Android: Add a couple of missing translation strings

This commit is contained in:
Connor McLaughlin
2021-03-08 01:50:37 +10:00
parent 1893bfd248
commit 196f53ab80
3 changed files with 4 additions and 2 deletions

View File

@@ -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/game_list_entry_menu_properties"
android:id="@+id/menu_game_list_entry_game_properties"
android:title="Game Properties" />
</menu>