Merge lp:~kiwinote/software-center/ellipses into lp:software-center

Proposed by Kiwinote
Status: Merged
Merged at revision: 2898
Proposed branch: lp:~kiwinote/software-center/ellipses
Merge into: lp:software-center
Diff against target: 30 lines (+3/-2)
2 files modified
data/ui/gtk3/SoftwareCenter.ui (+1/-1)
softwarecenter/ui/gtk3/app.py (+2/-1)
To merge this branch: bzr merge lp:~kiwinote/software-center/ellipses
Reviewer Review Type Date Requested Status
software-store-developers Pending
Review via email: mp+98374@code.launchpad.net

Description of the change

trivial fix to use real ellipses in the menu rather than a triple dot - as long as this gets in before the next upload then it isn't a string breakage and we're fine

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 'data/ui/gtk3/SoftwareCenter.ui'
2--- data/ui/gtk3/SoftwareCenter.ui 2012-03-19 21:01:41 +0000
3+++ data/ui/gtk3/SoftwareCenter.ui 2012-03-20 09:55:22 +0000
4@@ -459,7 +459,7 @@
5 <property name="visible">True</property>
6 <property name="can_focus">False</property>
7 <property name="use_action_appearance">False</property>
8- <property name="label" translatable="yes">Turn On Recommendations...</property>
9+ <property name="label" translatable="yes">Turn On Recommendations…</property>
10 <property name="use_underline">True</property>
11 <signal name="activate" handler="on_menuitem_recommendations_activate" swapped="no"/>
12 </object>
13
14=== modified file 'softwarecenter/ui/gtk3/app.py'
15--- softwarecenter/ui/gtk3/app.py 2012-03-19 21:01:41 +0000
16+++ softwarecenter/ui/gtk3/app.py 2012-03-20 09:55:22 +0000
17@@ -1,3 +1,4 @@
18+# -*- coding: utf-8 -*-
19 # Copyright (C) 2009 Canonical
20 #
21 # Authors:
22@@ -531,7 +532,7 @@
23 _(u"Turn Off Recommendations"))
24 else:
25 recommendations_menuitem.set_label(
26- _(u"Turn On Recommendations..."))
27+ _(u"Turn On Recommendations…"))
28
29 def _on_update_software_center_agent_finished(self, pid, condition):
30 LOG.info("software-center-agent finished with status %i" %

Subscribers

People subscribed via source and target branches