diff options
author | Kenny Root <kroot@google.com> | 2010-06-03 16:42:00 -0700 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2010-06-03 16:42:00 -0700 |
commit | 365ef4a095189573b67573f6750f5891c11b7895 (patch) | |
tree | bcba44b44915124752cdd941f009c62ed106bcf6 /res | |
parent | aa1f8aeeea1c27fe88270cc8b5df970d9f292385 (diff) | |
download | packages_apps_Settings-365ef4a095189573b67573f6750f5891c11b7895.tar.gz packages_apps_Settings-365ef4a095189573b67573f6750f5891c11b7895.tar.bz2 packages_apps_Settings-365ef4a095189573b67573f6750f5891c11b7895.zip |
Update strings for backup
Change-Id: Icfc39bd1dd0bc38ac5fde300aeb1e8822825d57a
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 892142f13..1e0d80727 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2482,9 +2482,9 @@ found in the list of installed applications.</string> <!-- Personal data section title --> <string name="personal_data_section_title">Personal data</string> <!-- Backup data menu title --> - <string name="backup_data_title">Back up data</string> + <string name="backup_data_title">Back up my data</string> <!-- Summary text of the "back up data" setting --> - <string name="backup_data_summary">Back up settings and other application data.</string> + <string name="backup_data_summary">Back up my 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 --> |