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
=== modified file 'gwibber/actions.py'
--- gwibber/actions.py 2010-08-08 01:17:30 +0000
+++ gwibber/actions.py 2010-08-22 15:26:39 +0000
@@ -168,7 +168,7 @@
168168
169class translate(MessageAction):169class translate(MessageAction):
170 icon = "config-language"170 icon = "config-language"
171 label = "Translate"171 label = _("Tra_nslate")
172172
173 @classmethod173 @classmethod
174 def action(self, w, client, msg):174 def action(self, w, client, msg):