diff options
author | Chiao Cheng <chiaocheng@google.com> | 2012-09-19 13:41:58 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-19 13:41:59 -0700 |
commit | 80b16d93ff0d8e07b48b29b60261711089e77d98 (patch) | |
tree | 936d8aa8dc974f2548935d8731a24c9952961740 | |
parent | 090f96ffd842bdb5ec8e644ac27255b0d626b2d2 (diff) | |
parent | 500d4b9933b1ff04caabf1bee144854c0a32a833 (diff) |
Merge "Changed filter header style to match frequent header."
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 0b3870847..ca66efef2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -138,16 +138,16 @@ <string name="call_log_old_header">Older</string> <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] --> - <string name="call_log_voicemail_header">Calls with voicemail</string> + <string name="call_log_voicemail_header">Calls with voicemail only</string> <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] --> - <string name="call_log_incoming_header">Incoming calls</string> + <string name="call_log_incoming_header">Incoming calls only</string> <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] --> - <string name="call_log_outgoing_header">Outgoing calls</string> + <string name="call_log_outgoing_header">Outgoing calls only</string> <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] --> - <string name="call_log_missed_header">Missed calls</string> + <string name="call_log_missed_header">Missed calls only</string> <!-- Voicemail status message shown at the top of call log to notify the user that no new voicemails are currently available. This can happen when both notification as well as data |