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
1=== modified file 'GTG/gtk/backends_dialog/parameters_ui/__init__.py'
2--- GTG/gtk/backends_dialog/parameters_ui/__init__.py 2013-02-25 07:35:07 +0000
3+++ GTG/gtk/backends_dialog/parameters_ui/__init__.py 2013-04-28 08:46:26 +0000
4@@ -91,7 +91,7 @@
5 })),
6 ("import-from-direct-messages", self.UI_generator(CheckBoxUI,
7 {"text":
8- _("Import tasks"
9+ _("Import tasks "
10 "from direct "
11 "messages"),
12 "parameter":
13@@ -115,7 +115,7 @@
14 {"text":
15 _("Tag your "
16 "GTG tasks with "
17- "the project"
18+ "the project "
19 "targeted by the"
20 " bug"),
21 "parameter":
22
23=== modified file 'GTG/plugins/tomboy/tomboy.py'
24--- GTG/plugins/tomboy/tomboy.py 2013-02-25 08:29:31 +0000
25+++ GTG/plugins/tomboy/tomboy.py 2013-04-28 08:46:26 +0000
26@@ -192,7 +192,7 @@
27 type=gtk.MESSAGE_ERROR,
28 buttons=gtk.BUTTONS_OK,
29 message_format=_("%s seems to be "
30- "installed on your system, but it"
31+ "installed on your system, but it "
32 "does not provide a DBus interface"
33 " which is required by the "
34 "Tomboy/Gnote plugin in GTG.") %
35@@ -274,7 +274,7 @@
36 type=gtk.MESSAGE_WARNING,
37 buttons=gtk.BUTTONS_YES_NO,
38 message_format=(_("This Tomboy note \
39- does not exist anymore.Do you want to\
40+ does not exist anymore. Do you want to\
41 create it?")))
42 response = dialog.run()
43 dialog.destroy()

Subscribers

People subscribed via source and target branches

to status/vote changes: