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
1=== modified file 'po/po.pot'
2--- po/po.pot 2014-08-30 07:28:38 +0000
3+++ po/po.pot 2014-10-11 04:06:11 +0000
4@@ -85,7 +85,7 @@
5 msgstr ""
6
7 #: /home/atareao/Copy/PROGRAMACION/Python/trusty/pushbullet-indicator/src/pushbullet_indicator.py:184
8-msgid "Note recieved"
9+msgid "Note received"
10 msgstr ""
11
12 #: /home/atareao/Copy/PROGRAMACION/Python/trusty/pushbullet-indicator/src/pushbullet_indicator.py:202
13
14=== modified file 'src/pushbullet_indicator.py'
15--- src/pushbullet_indicator.py 2014-08-30 07:28:38 +0000
16+++ src/pushbullet_indicator.py 2014-10-11 04:06:11 +0000
17@@ -181,7 +181,7 @@
18 self.notification.show()
19 elif kind == 'note':
20 self.notification.update('PushBullet-Indicator',
21- _('Note recieved'), self.active_icon)
22+ _('Note received'), self.active_icon)
23 self.notification.show()
24 print('-------------------------------------------')
25 print('-------------------------------------------')

Subscribers

People subscribed via source and target branches

to status/vote changes: