diff options
author | Christine Chen <christinech@google.com> | 2013-09-27 12:12:09 -0700 |
---|---|---|
committer | Christine Chen <christinech@google.com> | 2013-09-27 12:12:09 -0700 |
commit | fbbebd22df38f5e5e79b8ce215b8ce36b8526b70 (patch) | |
tree | 398281f18d0d5779c11b025e00e31a1687eefb2e | |
parent | abacad16b627aa6d9c6c5d1741b7fb3f6eb27f6b (diff) |
Replace dash with space as empty geocode
Bug: 10966467
Change-Id: Icc8ca8732b5d5b8f8140520453d41e15ef18577c
-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> |