diff options
author | Yorke Lee <yorkelee@google.com> | 2013-11-25 10:42:32 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-25 10:42:32 -0800 |
commit | 65d74d1987732bdc36def7b06f83bc5d2a66eb0f (patch) | |
tree | 7112e5b2c09c3291b0c8314966e515d3c23231b3 /res | |
parent | ccd7c2fd64dfe665e7798f101367d5dbd468d4e4 (diff) | |
parent | b3c6951e15865ac5a9007d281e12f380a16967e8 (diff) |
am b3c6951e: Merge "Fix Dialer tests"
* commit 'b3c6951e15865ac5a9007d281e12f380a16967e8':
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 33d552725..b04eddd8d 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> |