diff options
author | Andrew Lee <anwlee@google.com> | 2014-04-16 22:49:42 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-04-16 22:49:42 +0000 |
commit | eea6a884c719f4926ed7e2f4d47ce7d18df81b48 (patch) | |
tree | 5d0264b22bd247d25fce21004bc6cbf501cfa344 /res | |
parent | 07e71d9303ad180804a4e7758d0c1a81b7d53699 (diff) | |
parent | 470fc45faecfdcea385ffca127162419cf7417e6 (diff) |
Merge "Add voicemail tab to call history tab bar."
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d67c788da..d36af78ee 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -705,6 +705,10 @@ [CHAR LIMIT=15] --> <string name="call_log_missed_title">Missed</string> + <!-- Title for the call log tab containing the list of all voicemail calls only + [CHAR LIMIT=15] --> + <string name="call_log_voicemail_title">Voicemail</string> + <string name="tab_speed_dial">Speed Dial</string> <string name="tab_recents">Recents</string> |