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
=== modified file 'data/volumes.ui'
--- data/volumes.ui 2011-02-10 20:22:43 +0000
+++ data/volumes.ui 2011-02-11 20:34:31 +0000
@@ -38,7 +38,7 @@
38 <property name="model">volumes_store</property>38 <property name="model">volumes_store</property>
39 <property name="rules_hint">True</property>39 <property name="rules_hint">True</property>
40 <property name="tooltip_column">0</property>40 <property name="tooltip_column">0</property>
41 <signal name="row_activated" handler="on_volumes_view_row_activated"/>41 <signal name="row-activated" handler="on_volumes_view_row_activated" swapped="no"/>
42 <child>42 <child>
43 <object class="GtkTreeViewColumn" id="treeviewcolumn2">43 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
44 <property name="resizable">True</property>44 <property name="resizable">True</property>
@@ -67,7 +67,7 @@
67 <child>67 <child>
68 <object class="GtkTreeViewColumn" id="treeviewcolumn3">68 <object class="GtkTreeViewColumn" id="treeviewcolumn3">
69 <property name="sizing">autosize</property>69 <property name="sizing">autosize</property>
70 <property name="title">On this device?</property>70 <property name="title" translatable="yes">Sync locally?</property>
71 <child>71 <child>
72 <object class="GtkCellRendererToggle" id="cellrenderertoggle1">72 <object class="GtkCellRendererToggle" id="cellrenderertoggle1">
73 <property name="indicator_size">15</property>73 <property name="indicator_size">15</property>
7474
=== modified file 'ubuntuone/controlpanel/gtk/gui.py'
--- ubuntuone/controlpanel/gtk/gui.py 2011-02-11 20:06:35 +0000
+++ ubuntuone/controlpanel/gtk/gui.py 2011-02-11 20:34:31 +0000
@@ -390,8 +390,8 @@
390class VolumesPanel(UbuntuOneBin, ControlPanelMixin):390class VolumesPanel(UbuntuOneBin, ControlPanelMixin):
391 """The volumes panel."""391 """The volumes panel."""
392392
393 TITLE = _('Select the folders from your cloud that you want synchronized '393 TITLE = _('Select the folders from your personal cloud that you want '
394 'in this device.')394 'synchronized in this device.')
395 MY_FOLDERS = _('My folders')395 MY_FOLDERS = _('My folders')
396 ALWAYS_SUBSCRIBED = _('Always in sync!')396 ALWAYS_SUBSCRIBED = _('Always in sync!')
397 FREE_SPACE = _('%(free_space)s available storage')397 FREE_SPACE = _('%(free_space)s available storage')
@@ -730,7 +730,8 @@
730 gobject.TYPE_NONE, ()),730 gobject.TYPE_NONE, ()),
731 }731 }
732732
733 TITLE = _('The devices synced with your personal cloud are listed below.')733 TITLE = _('The devices connected with your personal cloud are listed '
734 'below.')
734 NO_DEVICES = _('No devices to show.')735 NO_DEVICES = _('No devices to show.')
735 CONFIRM_REMOVE = _('Are you sure you want to remove this device '736 CONFIRM_REMOVE = _('Are you sure you want to remove this device '
736 'from Ubuntu One?')737 'from Ubuntu One?')

Subscribers

People subscribed via source and target branches