diff options
author | Chiao Cheng <chiaocheng@google.com> | 2012-10-15 14:10:18 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-15 14:10:18 -0700 |
commit | ebde22a97c5531bc4cb3ce88bf84f8737366bcad (patch) | |
tree | 06879b0292891835c775553fb7112580b057ff77 | |
parent | bb0f91e781f23b1abe8ba005b06e5f0ae9481304 (diff) | |
parent | 169077c86153095fa05a5f8d1b2f2c3c1f5a4c14 (diff) |
Merge "Removing un-necessary resource strings."
-rw-r--r-- | res/values/strings.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ca66efef2..1346d0d50 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -78,18 +78,6 @@ <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] --> <string name="clearCallLogProgress_title">Clearing call log\u2026</string> - <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] --> - <string name="clearFrequentsConfirmation_title">Clear frequently contacted?</string> - - <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] --> - <string name="clearFrequentsConfirmation">You\'ll clear the frequently contacted list in the - People and Phone apps, and force email apps to learn your addressing preferences from - scratch. - </string> - - <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] --> - <string name="clearFrequentsProgress_title">Clearing frequently contacted\u2026</string> - <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] --> <plurals name="notification_voicemail_title"> <item quantity="one">Voicemail</item> |