diff options
-rw-r--r-- | res/layout/phone_favorites_fragment.xml | 2 | ||||
-rw-r--r-- | res/values/strings.xml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/res/layout/phone_favorites_fragment.xml b/res/layout/phone_favorites_fragment.xml index 2b6bbe447..b9011621e 100644 --- a/res/layout/phone_favorites_fragment.xml +++ b/res/layout/phone_favorites_fragment.xml @@ -65,7 +65,7 @@ android:layout_height="match_parent" android:layout_gravity="bottom|center" android:background="?android:attr/selectableItemBackground" - android:contentDescription="@string/description_search_button" + android:contentDescription="@string/action_menu_dialpad_button" android:src="@drawable/ic_menu_dialpad_dk"/> <ImageButton android:id="@+id/overflow_menu" diff --git a/res/values/strings.xml b/res/values/strings.xml index 6ea6db648..3235d774e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -306,6 +306,10 @@ [CHAR LIMIT=NONE] --> <string name="action_menu_overflow_description" msgid="2295659037509008453">More options</string> + <!-- Content description for the button that displays the dialpad + [CHAR LIMIT=NONE] --> + <string name="action_menu_dialpad_button">dial pad</string> + <!-- Menu item to copy something [CHAR_LIMIT=10] --> <string name="menu_copy">Copy</string> |