diff options
author | Yorke Lee <yorkelee@google.com> | 2014-03-04 20:10:23 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-04 20:10:23 +0000 |
commit | cfe34de350034af9c0b703800e0961205e657d37 (patch) | |
tree | 6c0f7f7ba308a96b5f7e16b05b038cb7ef0eda93 /res | |
parent | 1cb9891edf46f18cdbb2332161ffa7a484cad1d0 (diff) | |
parent | ef793edd768d25b43bc4ea597ae68fa0d742be74 (diff) |
am ef793edd: Fix Dialer tests
* commit 'ef793edd768d25b43bc4ea597ae68fa0d742be74':
Fix Dialer tests
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 5 |
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> |