summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-01-23 23:44:19 -0500
committerCharles Lombardo <clombardo169@gmail.com>2023-01-23 23:44:46 -0500
commit82de76510671cd171846e7540090805e04ca8a0f (patch)
tree80b1782f401a02d2cbad19e09a158c3755604926 /Source/Android
parentcf2f8a70f6dbb2b043dd8df86edfe4fe7cee5302 (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.xml2
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"/>