GTG

Merge lp:~borim/gtg/tipos into lp:~gtg/gtg/old-trunk

Proposed by Borim
Status: Merged
Merged at revision: 1297
Proposed branch: lp:~borim/gtg/tipos
Merge into: lp:~gtg/gtg/old-trunk
Diff against target: 43 lines (+4/-4)
2 files modified
GTG/gtk/backends_dialog/parameters_ui/__init__.py (+2/-2)
GTG/plugins/tomboy/tomboy.py (+2/-2)
To merge this branch: bzr merge lp:~borim/gtg/tipos
Reviewer Review Type Date Requested Status
Izidor Matušov code Approve
Review via email: mp+161317@code.launchpad.net

Description of the change

fix some tipos (missing spaces)

To post a comment you must log in.
Revision history for this message
Izidor Matušov (izidor) wrote :

Thank you for the patch :)

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== 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:46:26 +0000
@@ -91,7 +91,7 @@
91 })),91 })),
92 ("import-from-direct-messages", self.UI_generator(CheckBoxUI,92 ("import-from-direct-messages", self.UI_generator(CheckBoxUI,
93 {"text":93 {"text":
94 _("Import tasks"94 _("Import tasks "
95 "from direct "95 "from direct "
96 "messages"),96 "messages"),
97 "parameter":97 "parameter":
@@ -115,7 +115,7 @@
115 {"text":115 {"text":
116 _("Tag your "116 _("Tag your "
117 "GTG tasks with "117 "GTG tasks with "
118 "the project"118 "the project "
119 "targeted by the"119 "targeted by the"
120 " bug"),120 " bug"),
121 "parameter":121 "parameter":
122122
=== 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:46:26 +0000
@@ -192,7 +192,7 @@
192 type=gtk.MESSAGE_ERROR,192 type=gtk.MESSAGE_ERROR,
193 buttons=gtk.BUTTONS_OK,193 buttons=gtk.BUTTONS_OK,
194 message_format=_("%s seems to be "194 message_format=_("%s seems to be "
195 "installed on your system, but it"195 "installed on your system, but it "
196 "does not provide a DBus interface"196 "does not provide a DBus interface"
197 " which is required by the "197 " which is required by the "
198 "Tomboy/Gnote plugin in GTG.") %198 "Tomboy/Gnote plugin in GTG.") %
@@ -274,7 +274,7 @@
274 type=gtk.MESSAGE_WARNING,274 type=gtk.MESSAGE_WARNING,
275 buttons=gtk.BUTTONS_YES_NO,275 buttons=gtk.BUTTONS_YES_NO,
276 message_format=(_("This Tomboy note \276 message_format=(_("This Tomboy note \
277 does not exist anymore.Do you want to\277 does not exist anymore. Do you want to\
278 create it?")))278 create it?")))
279 response = dialog.run()279 response = dialog.run()
280 dialog.destroy()280 dialog.destroy()

Subscribers

People subscribed via source and target branches

to status/vote changes: