Merge "Add contentDescription for dialpad button" into klp-dev
diff --git a/res/layout/phone_favorites_fragment.xml b/res/layout/phone_favorites_fragment.xml
index 2b6bbe4..b901162 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 6ea6db6..3235d77 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>