diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-07-08 12:05:24 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-07-08 12:05:24 -0700 |
commit | 7063f37102a334798349d4672981e52cba9cc0bd (patch) | |
tree | 2ba37e516c67eaf5fa2ba14b1a4e28323d9801b7 /res | |
parent | 386668b79255917e2ddc17fd276f642be4d8089a (diff) | |
parent | 1a728bdaed600601e4ff7c2df25c10d17c8e6ae2 (diff) | |
download | packages_apps_settings-7063f37102a334798349d4672981e52cba9cc0bd.zip packages_apps_settings-7063f37102a334798349d4672981e52cba9cc0bd.tar.gz packages_apps_settings-7063f37102a334798349d4672981e52cba9cc0bd.tar.bz2 |
Merge change 6467 into donut
* changes:
Tighten factory data reset text. Bug 1966926.
Diffstat (limited to 'res')
-rw-r--r-- | 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 8af3c58..dd7ba17 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1093,7 +1093,7 @@ <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading --> <string name="master_clear_summary">Erases all data on phone</string> <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset --> - <string name="master_clear_desc">Factory data reset erases all of your personal information from the phone, including details about your Google account and any other accounts, system and application data and preferences, and any applications that you have downloaded. It does not change the version of the system software and bundled applications. It does not erase any photos, music, or other information stored on an SD card.</string> + <string name="master_clear_desc">"This will erase all data from your phone, including:\n<li>Your Google account</li>\n<li>System and application data and settings</li>\n<li>Downloaded applications</li>\nIt will not erase:\n<li>Current system software and bundled applications</li>\n<li>SD card files, such as music or photos</li>"</string> <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset --> <string name="master_clear_button_text">Reset phone</string> <!-- SD card & phone storage settings screen, message on screen after user selects Reset phone button --> |