diff options
author | Roy West <rwest@google.com> | 2010-10-11 17:39:34 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-11 17:39:34 -0700 |
commit | f233ec77eb359aebd0276a27b09c0abe8e0f67ea (patch) | |
tree | 17c6ff6ab6f4b324697cdffab356e6384e0f0c51 | |
parent | d7f7213af27fa6c5e476bb8a8d2951feb5e630b5 (diff) | |
parent | 3018639200a3f04d274166e26c98307ab07fc3b9 (diff) | |
download | packages_apps_settings-f233ec77eb359aebd0276a27b09c0abe8e0f67ea.zip packages_apps_settings-f233ec77eb359aebd0276a27b09c0abe8e0f67ea.tar.gz packages_apps_settings-f233ec77eb359aebd0276a27b09c0abe8e0f67ea.tar.bz2 |
am 30186392: With luck, final take on bug3076083, re back up settting
Merge commit '3018639200a3f04d274166e26c98307ab07fc3b9' into gingerbread-plus-aosp
* commit '3018639200a3f04d274166e26c98307ab07fc3b9':
With luck, final take on bug3076083, re back up settting
-rwxr-xr-x | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 619c688..5f3f7d9 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2572,7 +2572,7 @@ found in the list of installed applications.</string> <!-- Backup data menu title --> <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 Wi-Fi passwords, bookmarks, and other settings to Google servers</string> + <string name="backup_data_summary">Back up application data, Wi-Fi passwords, and other settings to Google servers</string> <!-- Auto-restore menu title --> <string name="auto_restore_title">Automatic restore</string> <!-- Summary text of the "automatic restore" setting --> |