Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11483 from t895/grid-option-fix
Android: Fix grid options menu string
  • Loading branch information
lioncash committed Jan 24, 2023
2 parents 5525f01 + 82de765 commit b6d2cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Android/app/src/main/res/menu/menu_game_grid.xml
Expand Up @@ -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"/>

Expand Down

0 comments on commit b6d2cf5

Please sign in to comment.