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: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>
|
Loading…
Reference in New Issue