summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYinchu Chen <chenyc5@motorola.com>2020-04-03 17:19:11 +0800
committerMichael Bestas <mkbestas@lineageos.org>2020-05-23 19:24:07 +0300
commit837b47f2b5613cb2e6235229831f9c80ec28c741 (patch)
treef6a4e8068a485f4c779a3aa28754e5ed7f104a4e
parent3aea9ee57f76cb83de7b6c3797cbe78a4a858279 (diff)
downloadandroid_packages_apps_Bluetooth-837b47f2b5613cb2e6235229831f9c80ec28c741.tar.gz
android_packages_apps_Bluetooth-837b47f2b5613cb2e6235229831f9c80ec28c741.tar.bz2
android_packages_apps_Bluetooth-837b47f2b5613cb2e6235229831f9c80ec28c741.zip
Bluetooth string: removed id="sender" in bt_sm_2_1_
As there is no value assignment for string id="sender" in string bt_sm_2_1, %1$s will show as garbled char for the user while the capacity of the device is full bug: b/153128298 Signed-off-by: Yinchu Chen <chenyc5@motorola.com> Change-Id: Iec7da3fa32b2133263d18bbe3a2f187aa7be99f0
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 34133120b..016bb615b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -178,9 +178,9 @@
<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_nosdcard">There isn\'t enough space in USB storage to save the file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
+ <string name="bt_sm_2_1_nosdcard">There isn\'t enough space in USB storage to save the file.</string>
<!-- Bluetooth System Messages -->
- <string name="bt_sm_2_1_default">There isn\'t 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_1_default">There isn\'t enough space on the SD card to save the file.</string>
<string name="bt_sm_2_2">Space needed: <xliff:g id="size">%1$s</xliff:g></string>
<string name="ErrorTooManyRequests">Too many requests are being processed. Try again later.</string>