summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-08-13 15:20:08 -0700
committerAndrew Lee <anwlee@google.com>2015-08-14 12:47:15 -0700
commit4de59fb9ceac10ed429cd8416251329aa03ad266 (patch)
treeaeadff2f9d88b2d6bfb14e1a9b2c3487c4704312 /res/menu
parentc4079241a7ea29773cfec497281a114b7cbbbddd (diff)
Rename "Recents" to "Call History".
+ All user-facing indications should now say "Call History". + I renamed many references in code to "Call Log", which is how we internally refer to many of the components related to call history. It seemed excessive to rename the fragment, list items, adapters, and other references to that throughout our codebase. Bug: 23017190 Change-Id: I99719122ce592962ff99705dcf4b16e17eee3ab7
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/call_details_options.xml6
-rw-r--r--res/menu/call_log_options.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/res/menu/call_details_options.xml b/res/menu/call_details_options.xml
index f08b4facd..84cc2c9eb 100644
--- a/res/menu/call_details_options.xml
+++ b/res/menu/call_details_options.xml
@@ -18,15 +18,15 @@
<item android:id="@+id/menu_trash"
android:icon="@drawable/ic_delete_24dp"
android:showAsAction="ifRoom"
- android:title="@string/recentCalls_trashVoicemail" />
+ android:title="@string/call_log_trash_voicemail" />
<item android:id="@+id/menu_remove_from_call_log"
android:icon="@drawable/ic_delete_24dp"
android:showAsAction="ifRoom"
- android:title="@string/recentCalls_removeFromRecentList" />
+ android:title="@string/call_log_remove_from_call_log" />
<item android:id="@+id/menu_edit_number_before_call"
- android:title="@string/recentCalls_editNumberBeforeCall" />
+ android:title="@string/call_log_edit_number_before_call" />
<item android:id="@+id/menu_report"
android:title="@string/call_detail_menu_report" />
diff --git a/res/menu/call_log_options.xml b/res/menu/call_log_options.xml
index 50b1cad5b..da38d864d 100644
--- a/res/menu/call_log_options.xml
+++ b/res/menu/call_log_options.xml
@@ -16,7 +16,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/delete_all"
- android:title="@string/recentCalls_deleteAll"
+ android:title="@string/call_log_delete_all"
android:showAsAction="never"
android:orderInCategory="1"/>
</menu>