diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2015-01-09 07:15:48 +0200 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2015-01-09 07:15:48 +0200 |
| commit | 94c2157eb1e015e8f9b544bc6fd5e81179ea9e06 (patch) | |
| tree | 3d3c7a5e61d9f729347dca9dade06f52e90df040 | |
| parent | 0a94eaa29e55baccec7b752b5272d827808a08a0 (diff) | |
| download | packages_apps_PhoneCommon-94c2157eb1e015e8f9b544bc6fd5e81179ea9e06.tar.gz packages_apps_PhoneCommon-94c2157eb1e015e8f9b544bc6fd5e81179ea9e06.tar.bz2 packages_apps_PhoneCommon-94c2157eb1e015e8f9b544bc6fd5e81179ea9e06.zip | |
PhoneCommon: Set untranslatable
Change-Id: I420699d9301a78792b504cc69469c55139b03003
| -rw-r--r-- | res/values/cm_strings.xml | 2 |
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> |
