Move hardcoded menu strings.

This commit is contained in:
Miku AuahDark
2022-05-15 22:45:27 +08:00
parent d5ba173cbb
commit 3a51afb798
2 changed files with 6 additions and 3 deletions
+3 -3
View File
@@ -3,11 +3,11 @@
<item
android:id="@+id/optionItem"
android:title="Launch No-Game" />
android:title="@string/launch_nogame" />
<item
android:id="@+id/optionItem2"
android:title="Game Folder" />
android:title="@string/game_folder" />
<item
android:id="@+id/optionItem3"
android:title="About" />
android:title="@string/about" />
</menu>
+3
View File
@@ -5,4 +5,7 @@
<string name="official_website">Official Website</string>
<string name="no_games">No Games :(</string>
<string name="no_games_info">Looks like there are no LÖVE games found in the games folder. See the \"Game Folder\" in the options menu for more information.</string>
<string name="launch_nogame">Launch No-Game</string>
<string name="game_folder">Game Folder</string>
<string name="about">About</string>
</resources>