diff options
| author | Charles Lombardo <clombardo169@gmail.com> | 2023-01-23 23:44:19 -0500 |
|---|---|---|
| committer | Charles Lombardo <clombardo169@gmail.com> | 2023-01-23 23:44:46 -0500 |
| commit | 82de76510671cd171846e7540090805e04ca8a0f (patch) | |
| tree | 80b1782f401a02d2cbad19e09a158c3755604926 /Source/Android | |
| parent | cf2f8a70f6dbb2b043dd8df86edfe4fe7cee5302 (diff) | |
Android: Fix grid options menu string
Previously the string was "Settings" and not "Grid Options"
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/src/main/res/menu/menu_game_grid.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/menu/menu_game_grid.xml b/Source/Android/app/src/main/res/menu/menu_game_grid.xml index 47c551a51a..5e0612c1e2 100644 --- a/Source/Android/app/src/main/res/menu/menu_game_grid.xml +++ b/Source/Android/app/src/main/res/menu/menu_game_grid.xml @@ -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"/> |
