Merge lp:~nataliabidart/ubuntuone-control-panel/better-to-translate into lp:ubuntuone-control-panel

Proposed by Natalia Bidart
Status: Merged
Approved by: Natalia Bidart
Approved revision: 124
Merged at revision: 124
Proposed branch: lp:~nataliabidart/ubuntuone-control-panel/better-to-translate
Merge into: lp:ubuntuone-control-panel
Diff against target: 14 lines (+2/-2)
1 file modified
ubuntuone/controlpanel/gtk/gui.py (+2/-2)
To merge this branch: bzr merge lp:~nataliabidart/ubuntuone-control-panel/better-to-translate
Reviewer Review Type Date Requested Status
Eric Casteleijn (community) Approve
Roberto Alsina (community) Approve
Review via email: mp+56242@code.launchpad.net

Commit message

- Improving legend for plugin installation to ease translations (LP: #746374).

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) wrote :

+1

review: Approve
Revision history for this message
Eric Casteleijn (thisfred) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/controlpanel/gtk/gui.py'
2--- ubuntuone/controlpanel/gtk/gui.py 2011-04-01 16:10:44 +0000
3+++ ubuntuone/controlpanel/gtk/gui.py 2011-04-04 18:31:15 +0000
4@@ -1084,8 +1084,8 @@
5 class DesktopcouchService(Service):
6 """A desktopcouch service."""
7
8- INSTALL_PACKAGE = _('Install the %(plugin_name)s '
9- 'for %(service_name)s sync')
10+ INSTALL_PACKAGE = _('Install the %(plugin_name)s for the sync service: '
11+ '%(service_name)s')
12
13 def __init__(self, service_id, name, enabled,
14 container, check_button,

Subscribers

People subscribed via source and target branches