From 83a8dc1d2c4a24ce3639902178f0e2232e121e38 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Wed, 25 Feb 2009 21:35:39 +0000 Subject: [PATCH] Missing space in message --- gui_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui_support.py b/gui_support.py index db96ad7..64525b5 100644 --- a/gui_support.py +++ b/gui_support.py @@ -125,7 +125,7 @@ class CompileBox(gtk.Dialog): def done_publish(): self.add_msg("\nYou can use '0publish --local' to add this " "into the main feed. If you don't have a main feed then this " - "will create one. See" + "will create one. See " "http://0install.net/injector-packagers.html for more information.") self.run_command((sys.executable, main_path, 'publish', box.archive_dir.get_text()), done_publish) -- 2.11.4.GIT