diff options
author | Chiao Cheng <chiaocheng@google.com> | 2012-09-24 17:34:51 -0700 |
---|---|---|
committer | Chiao Cheng <chiaocheng@google.com> | 2012-09-24 17:34:51 -0700 |
commit | 169077c86153095fa05a5f8d1b2f2c3c1f5a4c14 (patch) | |
tree | 0423923ab14b734a7fff7c318212f19e9a9c65a0 | |
parent | e7b2801cda823c63322b3291021677acfb8d33ef (diff) |
Removing un-necessary resource strings.
Mistakenly moved too many strings during dialer split.
Bug: 6993891
Change-Id: I8fbadd92261b82d492c8f1374edafeecfaa63fca
-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> |