diff options
author | Roy West <rwest@google.com> | 2010-10-07 15:15:45 -0700 |
---|---|---|
committer | Roy West <rwest@google.com> | 2010-10-07 15:15:45 -0700 |
commit | 82d2908b2e1fc67f72e40f47fe053efca2bfce6c (patch) | |
tree | f14305929ed4ff3c9a8d4971b90a47b02fc72569 /res | |
parent | e3b0bda234e2cdcb6349c5c0385aad34c38b1ec6 (diff) | |
download | packages_apps_settings-82d2908b2e1fc67f72e40f47fe053efca2bfce6c.zip packages_apps_settings-82d2908b2e1fc67f72e40f47fe053efca2bfce6c.tar.gz packages_apps_settings-82d2908b2e1fc67f72e40f47fe053efca2bfce6c.tar.bz2 |
do not merge
Change-Id: I97a2717227f18ab0c1a2688be65f444ef9d40521
Diffstat (limited to 'res')
-rwxr-xr-x | res/values/strings.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index b799470..1429c19 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1302,11 +1302,9 @@ <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted --> <string name="sd_insert_summary" product="default">Insert an SD card for mounting</string> <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. [CHAR LIMIT=25] --> - <string name="sd_mount" product="nosdcard">Mount shared storage</string> - <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. --> - <string name="sd_mount" product="default">Mount SD card</string> + <string name="sd_mount">Mount</string> <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. [CHAR LIMIT=30] --> - <string name="sd_mount_summary" product="nosdcard">Mount the shared storage</string> + <string name="sd_mount_summary" product="nosdcard">Mount the internal shared storage</string> <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. --> <string name="sd_mount_summary" product="default">Mount the SD card</string> <!-- SD card & phone storage settings item title that will result in the phone formatting the SD card. [CHAR LIMIT=25] --> |