Merge lp:~jflaker/pushbullet-indicator/BugFix1364625 into lp:pushbullet-indicator

Proposed by Jeffrey Flaker
Status: Needs review
Proposed branch: lp:~jflaker/pushbullet-indicator/BugFix1364625
Merge into: lp:pushbullet-indicator
Diff against target: 25 lines (+2/-2)
2 files modified
po/po.pot (+1/-1)
src/pushbullet_indicator.py (+1/-1)
To merge this branch: bzr merge lp:~jflaker/pushbullet-indicator/BugFix1364625
Reviewer Review Type Date Requested Status
Lorenzo Carbonell Pending
Review via email: mp+238044@code.launchpad.net

Description of the change

fixing bug #1364625, "recieved" should be "received"

To post a comment you must log in.

Unmerged revisions

10. By Jeffrey Flaker

Fixing Bug #1364625, "recieved" should be "received"

9. By Launchpad Translations on behalf of lorenzo-carbonell

Launchpad automatic translations update.

8. By Launchpad Translations on behalf of lorenzo-carbonell

Launchpad automatic translations update.

7. By Launchpad Translations on behalf of lorenzo-carbonell

Launchpad automatic translations update.

6. By Launchpad Translations on behalf of lorenzo-carbonell

Launchpad automatic translations update.

5. By Launchpad Translations on behalf of lorenzo-carbonell

Launchpad automatic translations update.

4. By Launchpad Translations on behalf of lorenzo-carbonell

Launchpad automatic translations update.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'po/po.pot'
--- po/po.pot 2014-08-30 07:28:38 +0000
+++ po/po.pot 2014-10-11 04:06:11 +0000
@@ -85,7 +85,7 @@
85msgstr ""85msgstr ""
8686
87#: /home/atareao/Copy/PROGRAMACION/Python/trusty/pushbullet-indicator/src/pushbullet_indicator.py:18487#: /home/atareao/Copy/PROGRAMACION/Python/trusty/pushbullet-indicator/src/pushbullet_indicator.py:184
88msgid "Note recieved"88msgid "Note received"
89msgstr ""89msgstr ""
9090
91#: /home/atareao/Copy/PROGRAMACION/Python/trusty/pushbullet-indicator/src/pushbullet_indicator.py:20291#: /home/atareao/Copy/PROGRAMACION/Python/trusty/pushbullet-indicator/src/pushbullet_indicator.py:202
9292
=== modified file 'src/pushbullet_indicator.py'
--- src/pushbullet_indicator.py 2014-08-30 07:28:38 +0000
+++ src/pushbullet_indicator.py 2014-10-11 04:06:11 +0000
@@ -181,7 +181,7 @@
181 self.notification.show()181 self.notification.show()
182 elif kind == 'note':182 elif kind == 'note':
183 self.notification.update('PushBullet-Indicator',183 self.notification.update('PushBullet-Indicator',
184 _('Note recieved'), self.active_icon) 184 _('Note received'), self.active_icon)
185 self.notification.show()185 self.notification.show()
186 print('-------------------------------------------')186 print('-------------------------------------------')
187 print('-------------------------------------------')187 print('-------------------------------------------')

Subscribers

People subscribed via source and target branches

to status/vote changes: