diff options
author | Kenny Root <kroot@google.com> | 2010-06-03 13:42:12 -0700 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2010-06-03 13:42:12 -0700 |
commit | aa1f8aeeea1c27fe88270cc8b5df970d9f292385 (patch) | |
tree | 172b3f923c5c7b46d343b0dd3ba3288ee202241a /res/values | |
parent | de3e56650d3e12b0bdfeb9311b71e0bb3a80ccc1 (diff) | |
download | packages_apps_Settings-aa1f8aeeea1c27fe88270cc8b5df970d9f292385.zip packages_apps_Settings-aa1f8aeeea1c27fe88270cc8b5df970d9f292385.tar.gz packages_apps_Settings-aa1f8aeeea1c27fe88270cc8b5df970d9f292385.tar.bz2 |
Clarify backup setting
Change-Id: Ifb4497e4ea1453b1afbdd08ed08fddb9055b7251
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 16a3994..892142f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2478,15 +2478,17 @@ found in the list of installed applications.</string> <!-- Privacy settings activity title --> <string name="privacy_settings_title">Privacy settings</string> <!-- Backup section title --> - <string name="backup_section_title">Backup and Restore</string> + <string name="backup_section_title">Backup and restore</string> <!-- Personal data section title --> <string name="personal_data_section_title">Personal data</string> - <!-- Backup settings menu title --> - <string name="backup_settings_title">Back up my settings</string> + <!-- Backup data menu title --> + <string name="backup_data_title">Back up data</string> + <!-- Summary text of the "back up data" setting --> + <string name="backup_data_summary">Back up settings and other application data.</string> <!-- Auto-restore menu title --> <string name="auto_restore_title">Automatic restore</string> <!-- Summary text of the "automatic restore" setting --> - <string name="auto_restore_summary">Restore applications\' data from backup when they are installed</string> + <string name="auto_restore_summary">If I reinstall an application, restore backed up settings or other data.</string> <!-- Dialog title for confirmation to erase backup data from server --> <string name="backup_erase_dialog_title">Backup</string> <!-- Dialog title for confirmation to erase backup data from server --> |