diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 6 |
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] --> |