Android: Fix grid options menu string
Previously the string was "Settings" and not "Grid Options"
This commit is contained in:
parent
cf2f8a70f6
commit
82de765106
|
@ -10,7 +10,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/menu_grid_options"
|
||||
android:title="@string/grid_menu_settings"
|
||||
android:title="@string/grid_menu_grid_options"
|
||||
android:icon="@drawable/ic_list"
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue