summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2010-10-19 18:11:55 -0700
committerEric Fischer <enf@google.com>2010-10-20 10:25:16 -0700
commit2acd43d31cf5ffdda9b4e72a303c1db7205af613 (patch)
tree938f6f2b07c5674641df06b50e8c749f2cc331f8
parentb141d86cda32d072851ee661caa7ddaa20526aeb (diff)
downloadandroid_packages_apps_Bluetooth-2acd43d31cf5ffdda9b4e72a303c1db7205af613.tar.gz
android_packages_apps_Bluetooth-2acd43d31cf5ffdda9b4e72a303c1db7205af613.tar.bz2
android_packages_apps_Bluetooth-2acd43d31cf5ffdda9b4e72a303c1db7205af613.zip
Replace shared storage with USB storage.
Change-Id: Ia32a91daad6e0247fa6d870207d56724535d0f61
-rw-r--r--res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 12dae7c0c..e7ba02b8a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -168,7 +168,7 @@
<string name="bt_toast_6">Stopped sending file to \u0022<xliff:g id="recipient">%1$s</xliff:g>\u0022</string>
<!-- Bluetooth System Messages [CHAR LIMIT=NONE] -->
- <string name="bt_sm_2_1" product="nosdcard">There is not enough space on the shared storage to save the file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
+ <string name="bt_sm_2_1" product="nosdcard">There is not enough space on USB storage to save the file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
<!-- Bluetooth System Messages -->
<string name="bt_sm_2_1" product="default">There is not enough space on the SD card to save the file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
<string name="bt_sm_2_2">Space needed: <xliff:g id="size">%1$s</xliff:g></string>
@@ -183,8 +183,8 @@
<string name="status_forbidden">This transfer is forbidden by the target device</string>
<string name="status_canceled">This transfer was canceled by the user</string>
<string name="status_file_error">Storage issue</string>
- <!-- Shown when shared storage cannot be found. [CHAR LIMIT=NONE] -->
- <string name="status_no_sd_card" product="nosdcard">No shared storage. Mount shared storage to save transferred files.</string>
+ <!-- Shown when USB storage cannot be found. [CHAR LIMIT=NONE] -->
+ <string name="status_no_sd_card" product="nosdcard">No USB storage.</string>
<string name="status_no_sd_card" product="default">No SD card. Insert an SD card to save transferred files.</string>
<string name="status_connection_error">Connection failure</string>
<string name="status_protocol_error">The request can not be handled correctly</string>