mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Use different labels for different buttons (toggle vs refresh)
This commit is contained in:
parent
022ac948a8
commit
e01c06e6a2
2 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/action_toggle_view"
|
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:icon="@drawable/ic_map_white_24dp"
|
||||||
android:orderInCategory="1"
|
android:orderInCategory="1"
|
||||||
app:showAsAction="ifRoom"
|
app:showAsAction="ifRoom"
|
||||||
|
|
|
||||||
|
|
@ -222,4 +222,5 @@
|
||||||
<string name="notifications_talk_page_message">%1$s left a message on your talk page</string>
|
<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_thank_you_edit">Thank you for making an edit</string>
|
||||||
<string name="notifications_mention">%1$s mentioned you on %2$s.</string>
|
<string name="notifications_mention">%1$s mentioned you on %2$s.</string>
|
||||||
|
<string name="toggle_view_button">Toggle view</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue