Fix refresh button string

This commit is contained in:
neslihanturan 2018-05-20 10:23:22 +03:00 committed by maskara
parent 6d49a854ee
commit ccf6e8fd1a

View file

@ -2,7 +2,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:id="@+id/action_review_randomizer"
android:title="@string/menu_from_gallery"
android:title="@string/refresh_button"
app:showAsAction="ifRoom|withText"
android:icon="@drawable/ic_refresh_white_24dp"
/>