mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 22:35:39 +00:00
Android: Fix silly typo
That's what I get for editing out of the IDE and it being 2am.
This commit is contained in:
parent
6333daaddc
commit
5fff104383
|
@ -8,6 +8,6 @@
|
|||
android:id="@+id/game_list_entry_menu_resume_game"
|
||||
android:title="@string/menu_game_list_entry_resume_game" />
|
||||
<item
|
||||
android:id="@+id/menu_game_list_entry_game_properties"
|
||||
android:title="Game Properties" />
|
||||
android:id="@+id/game_list_entry_menu_properties"
|
||||
android:title="@string/menu_game_list_entry_game_properties" />
|
||||
</menu>
|
Loading…
Reference in a new issue