Localizable can't save text
This commit is contained in:
parent
a3f7bcaef0
commit
c68b55de91
|
@ -257,6 +257,7 @@ game_menu_party,Pokémon
|
|||
game_menu_bag,Bag
|
||||
game_menu_trainer_card,<player.name>
|
||||
game_menu_save,Save
|
||||
game_menu_save_notpossible,Saving is not possible right now.
|
||||
game_menu_options,Options
|
||||
game_menu_exit,Exit Menu
|
||||
game_menu_end_contest,End Contest
|
||||
|
|
|
@ -228,6 +228,7 @@ game_menu_party,Pokémon
|
|||
game_menu_bag,Tas
|
||||
game_menu_trainer_card,<playername>
|
||||
game_menu_save,Opslaan
|
||||
game_menu_save_notpossible,Het spel opslaan is momenteel~niet mogelijk.
|
||||
game_menu_options,Opties
|
||||
game_menu_exit,Menu Verlaten
|
||||
game_menu_end_contest,Stop Wedstrijd
|
||||
|
|
|
@ -303,7 +303,7 @@
|
|||
s = s.PreScreen
|
||||
End While
|
||||
Core.SetScreen(s)
|
||||
Screen.TextBox.Show("Saving is not possible right now.")
|
||||
Screen.TextBox.Show(Localization.GetString("game_menu_save_notpossible", "Saving is not possible right now."))
|
||||
Else
|
||||
Core.SetScreen(New SaveScreen(Me))
|
||||
End If
|
||||
|
|
Loading…
Reference in New Issue