diff options
-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] --> |