From 5fff1043836b965b4f8fcdc0aa098203a5881025 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 8 Mar 2021 02:18:44 +1000 Subject: [PATCH] Android: Fix silly typo That's what I get for editing out of the IDE and it being 2am. --- android/app/src/main/res/menu/menu_game_list_entry.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/menu/menu_game_list_entry.xml b/android/app/src/main/res/menu/menu_game_list_entry.xml index 22d5685f0..83b71f244 100644 --- a/android/app/src/main/res/menu/menu_game_list_entry.xml +++ b/android/app/src/main/res/menu/menu_game_list_entry.xml @@ -8,6 +8,6 @@ android:id="@+id/game_list_entry_menu_resume_game" android:title="@string/menu_game_list_entry_resume_game" /> + android:id="@+id/game_list_entry_menu_properties" + android:title="@string/menu_game_list_entry_game_properties" /> \ No newline at end of file