diff options
author | Christine Chen <christinech@google.com> | 2013-09-27 20:27:25 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-09-27 20:27:26 +0000 |
commit | 50c92e029f55d07f48fc23355109b5da8fe3a7eb (patch) | |
tree | 5381dc5a34aad93112495a2175510f904aa67359 | |
parent | d03e01e1ae32011058072f9d6a29f46690dbca5f (diff) | |
parent | fbbebd22df38f5e5e79b8ce215b8ce36b8526b70 (diff) |
Merge "Replace dash with space as empty geocode" into klp-dev
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a7387b93b..98e5b434c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -457,7 +457,7 @@ <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">-</string> + <string name="call_log_empty_gecode">\u0020</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> |