~mterry/ubuntu-system-settings/as-ringtone

« back to all changes in this revision

Viewing changes to plugins/about/Storage.qml

  • Committer: Michael Terry
  • Date: 2014-02-24 19:39:02 UTC
  • mfrom: (544.7.70 ubuntu-system-settings)
  • Revision ID: michael.terry@canonical.com-20140224193902-e1usipz3jfvz11lj
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        UbuntuColors.lightAubergine]
87
87
    property variant spaceLabels: [
88
88
        i18n.tr("Used by Ubuntu"),
89
 
        i18n.tr("Movies"),
 
89
        i18n.tr("Videos"),
90
90
        i18n.tr("Audio"),
91
91
        i18n.tr("Pictures"),
92
92
        i18n.tr("Other files"),
172
172
            ListItem.ItemSelector {
173
173
                id: valueSelect
174
174
                objectName: "installedAppsItemSelector"
175
 
                text: i18n.tr("Installed apps")
176
175
                model: [i18n.tr("By name"), i18n.tr("By size")]
177
176
                selectedIndex:
178
177
                    (backendInfo.sortRole === ClickRoles.DisplayNameRole) ?