summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-01-09 07:15:48 +0200
committerRohit Yengisetty <rohit@cyngn.com>2015-11-16 14:21:15 -0800
commit6a6f1690ec0dae4c9b7fd7b5b6312698fc7a02a0 (patch)
treea736a9d74f6a69719f8fddd471fd0ebf6bbe6fd9 /res/values
parente458353067752de49977cd197cad68adcc83549d (diff)
downloadandroid_packages_apps_PhoneCommon-6a6f1690ec0dae4c9b7fd7b5b6312698fc7a02a0.tar.gz
android_packages_apps_PhoneCommon-6a6f1690ec0dae4c9b7fd7b5b6312698fc7a02a0.tar.bz2
android_packages_apps_PhoneCommon-6a6f1690ec0dae4c9b7fd7b5b6312698fc7a02a0.zip
PhoneCommon: Set untranslatable
Change-Id: I420699d9301a78792b504cc69469c55139b03003
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 725e459..ebf4895 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -22,5 +22,5 @@
<string name="callFailed_dialToSs">DIAL request modified to SS request.</string>
<!-- In-call screen: call failure reason (call modified to call with modified data) -->
<string name="callFailed_dialToDial">DIAL request modified to DIAL with different number.</string>
- <string name="to_hint">1111:to;sip:abby@example.com:bcc;sip:bill@example.com:cc;</string>
+ <string name="to_hint" translatable="false">1111:to;sip:abby@example.com:bcc;sip:bill@example.com:cc;</string>
</resources>