Merge lp:~roignac/gwibber/fix-translate into lp:gwibber

Proposed by Vadim Rutkovsky
Status: Merged
Merged at revision: 826
Proposed branch: lp:~roignac/gwibber/fix-translate
Merge into: lp:gwibber
Diff against target: 12 lines (+1/-1)
1 file modified
gwibber/actions.py (+1/-1)
To merge this branch: bzr merge lp:~roignac/gwibber/fix-translate
Reviewer Review Type Date Requested Status
gwibber-committers Pending
Review via email: mp+33328@code.launchpad.net

Description of the change

Fixes a small issue - 'Translate' submenu for a message is now translatable and has a keyboard shortcut

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gwibber/actions.py'
2--- gwibber/actions.py 2010-08-08 01:17:30 +0000
3+++ gwibber/actions.py 2010-08-22 15:26:39 +0000
4@@ -168,7 +168,7 @@
5
6 class translate(MessageAction):
7 icon = "config-language"
8- label = "Translate"
9+ label = _("Tra_nslate")
10
11 @classmethod
12 def action(self, w, client, msg):