gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #03820
[Merge] lp:~borim/gtg/tipos into lp:gtg
Borim has proposed merging lp:~borim/gtg/tipos into lp:gtg.
Requested reviews:
Gtg developers (gtg)
For more details, see:
https://code.launchpad.net/~borim/gtg/tipos/+merge/161317
fix some tipos (missing spaces)
--
https://code.launchpad.net/~borim/gtg/tipos/+merge/161317
Your team Gtg developers is requested to review the proposed merge of lp:~borim/gtg/tipos into lp:gtg.
=== modified file 'GTG/gtk/backends_dialog/parameters_ui/__init__.py'
--- GTG/gtk/backends_dialog/parameters_ui/__init__.py 2013-02-25 07:35:07 +0000
+++ GTG/gtk/backends_dialog/parameters_ui/__init__.py 2013-04-28 08:41:29 +0000
@@ -91,7 +91,7 @@
})),
("import-from-direct-messages", self.UI_generator(CheckBoxUI,
{"text":
- _("Import tasks"
+ _("Import tasks "
"from direct "
"messages"),
"parameter":
@@ -115,7 +115,7 @@
{"text":
_("Tag your "
"GTG tasks with "
- "the project"
+ "the project "
"targeted by the"
" bug"),
"parameter":
=== modified file 'GTG/plugins/tomboy/tomboy.py'
--- GTG/plugins/tomboy/tomboy.py 2013-02-25 08:29:31 +0000
+++ GTG/plugins/tomboy/tomboy.py 2013-04-28 08:41:29 +0000
@@ -192,7 +192,7 @@
type=gtk.MESSAGE_ERROR,
buttons=gtk.BUTTONS_OK,
message_format=_("%s seems to be "
- "installed on your system, but it"
+ "installed on your system, but it "
"does not provide a DBus interface"
" which is required by the "
"Tomboy/Gnote plugin in GTG.") %
@@ -274,7 +274,7 @@
type=gtk.MESSAGE_WARNING,
buttons=gtk.BUTTONS_YES_NO,
message_format=(_("This Tomboy note \
- does not exist anymore.Do you want to\
+ does not exist anymore. Do you want to\
create it?")))
response = dialog.run()
dialog.destroy()