~dobey/ubuntuone-control-panel/use-dirspec

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/gui/__init__.py

  • Committer: Tarmac
  • Author(s): Roberto Alsina
  • Date: 2012-05-15 15:31:32 UTC
  • mfrom: (322.1.1 kibblebytes)
  • Revision ID: tarmac-20120515153132-elyw1mkygu25sc2p
 - Replaced "Kilobits per second" labels with units in the spinboxes (Fixes lp:984484)

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
SETTINGS_CHANGE_ERROR = _('The settings could not be changed,\n'
232
232
                          'previous values were restored.')
233
233
SETTINGS_FILE_SYNC = _('File Sync Settings')
234
 
SETTINGS_KILOBITS_PER_SECOND = _('Kilobits per second')
 
234
SETTINGS_KILOBITS_PER_SECOND = _('KiB/s')
235
235
SETTINGS_LIMIT_DOWNLOAD = _('Limit download speed to')
236
236
SETTINGS_LIMIT_UPLOAD = _('Limit upload speed to')
237
237
SETTINGS_SYNC_ALL_FOLDERS = _('Automatically sync all new cloud folders '