summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-07-15 13:04:59 -0400
committerJason Monk <jmonk@google.com>2015-07-15 16:59:28 -0400
commite8400c2fb78e80979b5190d4abc9685442cdfc25 (patch)
tree80ce64e6c7eb43c8cae9f54221448e99c501f2d8 /res/values
parentd7fb46de591943c402dd13551ca603081ac4e6a7 (diff)
downloadpackages_apps_Settings-e8400c2fb78e80979b5190d4abc9685442cdfc25.zip
packages_apps_Settings-e8400c2fb78e80979b5190d4abc9685442cdfc25.tar.gz
packages_apps_Settings-e8400c2fb78e80979b5190d4abc9685442cdfc25.tar.bz2
Change move storage from dropdown pref to dialog
Use a horizontal pref and a single button that triggers the dialog Bug: 21922660 Change-Id: Ifb4de75ca9269d2e8163eec5602932260adec0d9
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 02d92ec..5c57f83 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -6460,6 +6460,12 @@
<!-- Title of storage preference to control where app is stored -->
<string name="storage_used">Storage used</string>
+ <!-- Title of button to change storage [CHAR LIMIT=25] -->
+ <string name="change">Change</string>
+
+ <!-- Title of dialog to change storage [CHAR LIMIT=25] -->
+ <string name="change_storage">Change storage</string>
+
<!-- Label for notification settings for an specific app [CHAR LIMIT=40] -->
<string name="notifications_label">Notifications</string>
<!-- App notification summary with notifications enabled [CHAR LIMIT=40] -->