Use different labels for different buttons (toggle vs refresh)

This commit is contained in:
Yusuke Matsubara 2018-01-21 16:00:14 +09:00
parent 022ac948a8
commit e01c06e6a2
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<item
android:id="@+id/action_toggle_view"
android:title="@string/refresh_button"
android:title="@string/toggle_view_button"
android:icon="@drawable/ic_map_white_24dp"
android:orderInCategory="1"
app:showAsAction="ifRoom"

View file

@ -222,4 +222,5 @@
<string name="notifications_talk_page_message">%1$s left a message on your talk page</string>
<string name="notifications_thank_you_edit">Thank you for making an edit</string>
<string name="notifications_mention">%1$s mentioned you on %2$s.</string>
<string name="toggle_view_button">Toggle view</string>
</resources>