Android: Fix silly typo

That's what I get for editing out of the IDE and it being 2am.
This commit is contained in:
Connor McLaughlin 2021-03-08 02:18:44 +10:00
parent 6333daaddc
commit 5fff104383
1 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@
android:id="@+id/game_list_entry_menu_resume_game" android:id="@+id/game_list_entry_menu_resume_game"
android:title="@string/menu_game_list_entry_resume_game" /> android:title="@string/menu_game_list_entry_resume_game" />
<item <item
android:id="@+id/menu_game_list_entry_game_properties" android:id="@+id/game_list_entry_menu_properties"
android:title="Game Properties" /> android:title="@string/menu_game_list_entry_game_properties" />
</menu> </menu>