mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +02:00
Move hardcoded menu strings.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user