summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-03-04 20:10:23 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-04 20:10:23 +0000
commitcfe34de350034af9c0b703800e0961205e657d37 (patch)
tree6c0f7f7ba308a96b5f7e16b05b038cb7ef0eda93 /res
parent1cb9891edf46f18cdbb2332161ffa7a484cad1d0 (diff)
parentef793edd768d25b43bc4ea597ae68fa0d742be74 (diff)
am ef793edd: Fix Dialer tests
* commit 'ef793edd768d25b43bc4ea597ae68fa0d742be74': Fix Dialer tests
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3723fd77d..a0376a6e0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -456,8 +456,9 @@
<!-- String describing the icon used to start a voice search -->
<string name="description_start_voice_search">Start voice search</string>
- <!-- The string used to represent an unknown location for a phone number in the call log [CHAR LIMIT=3] -->
- <string name="call_log_empty_gecode">\u0020</string>
+ <!-- The string used to represent an unknown location for a phone number in the call log
+ Do not translate. -->
+ <string name="call_log_empty_geocode"></string>
<!-- Menu item used to call a contact, containing the number of the contact to call -->
<string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string>