diff options
author | Chiao Cheng <chiaocheng@google.com> | 2012-12-05 12:35:50 -0800 |
---|---|---|
committer | Chiao Cheng <chiaocheng@google.com> | 2012-12-05 12:35:50 -0800 |
commit | 0469553892d630e47f1d94285dc79f3a751924c3 (patch) | |
tree | 0092b0a29558d9ac2be22689d29e9a90680aed1f /res | |
parent | a1b886a7892df11db9a1851f2c0f38d22c1a1787 (diff) |
Moving quick contact resources into common.
Bug: 6993891
Change-Id: I0f9679139dcdac2f6f687cf9b97e1e6cf78afa2a
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5c85bf9ec..35c9d6ab1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -448,21 +448,6 @@ --> <string name="description_call_log_unheard_voicemail">Unheard voicemail</string> - <!-- String describing the button to send a text message on quick contact. - - Note: AccessibilityServices use this attribute to announce what the view represents. - This is especially valuable for views without textual representation like ImageView. - [CHAR LIMIT=NONE] - --> - <string name="description_send_message">Send message to <xliff:g id="name">%1$s</xliff:g></string> - - <!-- String describing the text for a phone number in quick contact. - - Note: AccessibilityServices use this attribute to announce what the view represents. - This is especially valuable for views without textual representation like ImageView. - --> - <string name="description_dial_phone_number">Dial phone <xliff:g id="name">%1$s</xliff:g></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> |