Merge lp:~nataliabidart/ubuntuone-control-panel/string-tweaks into lp:ubuntuone-control-panel

Proposed by Natalia Bidart
Status: Merged
Approved by: dobey
Approved revision: 70
Merged at revision: 68
Proposed branch: lp:~nataliabidart/ubuntuone-control-panel/string-tweaks
Merge into: lp:ubuntuone-control-panel
Diff against target: 46 lines (+6/-5)
2 files modified
data/volumes.ui (+2/-2)
ubuntuone/controlpanel/gtk/gui.py (+4/-3)
To merge this branch: bzr merge lp:~nataliabidart/ubuntuone-control-panel/string-tweaks
Reviewer Review Type Date Requested Status
Eric Casteleijn (community) Approve
Roberto Alsina (community) Approve
Review via email: mp+49457@code.launchpad.net

Commit message

  - 'your cloud' replcaed by 'your personal cloud' (LP: #715858).
  - devices panel title improved as per LP: #717230.
  - cloud folders tab tree view title improved as per LP: #717159.

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
Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :

There are additional revisions which have not been approved in review. Please seek review and approval of these new revisions.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/volumes.ui'
2--- data/volumes.ui 2011-02-10 20:22:43 +0000
3+++ data/volumes.ui 2011-02-11 20:34:31 +0000
4@@ -38,7 +38,7 @@
5 <property name="model">volumes_store</property>
6 <property name="rules_hint">True</property>
7 <property name="tooltip_column">0</property>
8- <signal name="row_activated" handler="on_volumes_view_row_activated"/>
9+ <signal name="row-activated" handler="on_volumes_view_row_activated" swapped="no"/>
10 <child>
11 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
12 <property name="resizable">True</property>
13@@ -67,7 +67,7 @@
14 <child>
15 <object class="GtkTreeViewColumn" id="treeviewcolumn3">
16 <property name="sizing">autosize</property>
17- <property name="title">On this device?</property>
18+ <property name="title" translatable="yes">Sync locally?</property>
19 <child>
20 <object class="GtkCellRendererToggle" id="cellrenderertoggle1">
21 <property name="indicator_size">15</property>
22
23=== modified file 'ubuntuone/controlpanel/gtk/gui.py'
24--- ubuntuone/controlpanel/gtk/gui.py 2011-02-11 20:06:35 +0000
25+++ ubuntuone/controlpanel/gtk/gui.py 2011-02-11 20:34:31 +0000
26@@ -390,8 +390,8 @@
27 class VolumesPanel(UbuntuOneBin, ControlPanelMixin):
28 """The volumes panel."""
29
30- TITLE = _('Select the folders from your cloud that you want synchronized '
31- 'in this device.')
32+ TITLE = _('Select the folders from your personal cloud that you want '
33+ 'synchronized in this device.')
34 MY_FOLDERS = _('My folders')
35 ALWAYS_SUBSCRIBED = _('Always in sync!')
36 FREE_SPACE = _('%(free_space)s available storage')
37@@ -730,7 +730,8 @@
38 gobject.TYPE_NONE, ()),
39 }
40
41- TITLE = _('The devices synced with your personal cloud are listed below.')
42+ TITLE = _('The devices connected with your personal cloud are listed '
43+ 'below.')
44 NO_DEVICES = _('No devices to show.')
45 CONFIRM_REMOVE = _('Are you sure you want to remove this device '
46 'from Ubuntu One?')

Subscribers

People subscribed via source and target branches