summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2015-01-08 14:23:10 -0800
committerlinus_lee <llee@cyngn.com>2015-01-08 14:23:10 -0800
commit1d1994fcc6db9162b0469671891bb23ae914d8e7 (patch)
treeb01cb5b56ac4be54b9bbc51d3dad0419b2380481
parentccaa531cb6067321304291e24be985dc31e95210 (diff)
downloadandroid_packages_apps_Dialer-1d1994fcc6db9162b0469671891bb23ae914d8e7.tar.gz
android_packages_apps_Dialer-1d1994fcc6db9162b0469671891bb23ae914d8e7.tar.bz2
android_packages_apps_Dialer-1d1994fcc6db9162b0469671891bb23ae914d8e7.zip
Move string addition to cm_strings
Noob me didn't know that new strings are supposed to be placed in cm_strings.xml Change-Id: I8b782052c8d06024107de1814c1d3640cde153ee
-rw-r--r--res/values/cm_strings.xml3
-rw-r--r--res/values/strings.xml3
2 files changed, 3 insertions, 3 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index ab512e74e..b83ab1904 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -117,4 +117,7 @@
<string name="calllog_search_hint">"Search call log"</string>
<string name="add_to_white_list">Add to white list</string>
<string name="add_to_black_list">Add to black list</string>
+
+ <!-- Filter by blacklist calls option -->
+ <string name="call_log_blacklist_header">Blacklist calls only</string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ccf78e054..beb7fe209 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -133,9 +133,6 @@
<!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] -->
<string name="call_log_missed_header">Missed calls only</string>
- <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] -->
- <string name="call_log_blacklist_header">Blacklist 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
connection to the voicemail server is lost. [CHAR LIMIT=64] -->