diff options
author | Joe Onorato <joeo@google.com> | 2011-01-04 10:28:32 -0800 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2011-01-04 18:52:17 -0800 |
commit | 6c1eb53e266324c31f35bf17f4d0549a4899b9ab (patch) | |
tree | bc5c44ce9a6e98f92c1297d65c59775d96af96a4 | |
parent | 4625bb2af2a4e9f34f121ca7ecad4bacb805c115 (diff) | |
download | packages_apps_Settings-6c1eb53e266324c31f35bf17f4d0549a4899b9ab.tar.gz packages_apps_Settings-6c1eb53e266324c31f35bf17f4d0549a4899b9ab.tar.bz2 packages_apps_Settings-6c1eb53e266324c31f35bf17f4d0549a4899b9ab.zip |
Add the CHAR LIMIT annotation
Bug: 3196825
Change-Id: I64e8b757162000c69dfb61261112185dab651ed0
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index df0425f42..ee1a805b8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1467,7 +1467,7 @@ <string name="sd_format" product="default">Erase SD card</string> <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. [CHAR LIMIT=80] --> <string name="sd_format_summary" product="nosdcard">Erases all data on the internal USB storage, such as music and photos</string> - <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. --> + <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. [CHAR LIMIT=80] --> <string name="sd_format_summary" product="default">Erases all data on the SD card, such as music and photos</string> <!-- SD card status when it is not available status --> <string name="sd_unavailable">Unavailable</string> @@ -1586,6 +1586,7 @@ <string name="master_clear_accounts" product="default">"\n\nYou are currently signed into the following accounts:\n"</string> <!-- SD card & phone storage settings screen, instructions about whether to also erase the external storage (SD card) when erasing the internal storage [CHAR LIMIT=NONE] --> <string name="master_clear_desc_erase_external_storage" product="nosdcard">"\n\nTo also clear music, pictures, and other user data, the <b>USB storage</b> needs to be erased."</string> + <!-- SD card & phone storage settings screen, instructions about whether to also erase the external storage (SD card) when erasing the internal storage [CHAR LIMIT=NONE] --> <string name="master_clear_desc_erase_external_storage" product="default">"\n\nTo also clear music, pictures, and other user data, the <b>SD card</b> needs to be erased."</string> <!-- SD card & phone storage settings screen, label for check box to erase USB storage [CHAR LIMIT=30] --> <string name="erase_external_storage" product="nosdcard">Erase USB storage</string> |