mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
More translatable text
This commit is contained in:
parent
c76d6f8152
commit
9f8982512a
1 changed files with 2 additions and 2 deletions
|
@ -65,11 +65,11 @@ screen mod_menu():
|
||||||
|
|
||||||
if len(mod_menu_access) != 0:
|
if len(mod_menu_access) != 0:
|
||||||
vbox:
|
vbox:
|
||||||
use mod_menu_button("gui/button/menubuttons/template_idle.png", "Return", ShowMenu("main_menu"))
|
use mod_menu_button("gui/button/menubuttons/template_idle.png", _("Return"), ShowMenu("main_menu"))
|
||||||
spacing 18
|
spacing 18
|
||||||
use mod_menu_buttons("gui/button/menubuttons/template_idle.png", mod_menu_access )
|
use mod_menu_buttons("gui/button/menubuttons/template_idle.png", mod_menu_access )
|
||||||
else:
|
else:
|
||||||
use mod_menu_button("gui/button/menubuttons/template_idle.png", "Return", ShowMenu("main_menu"))
|
use mod_menu_button("gui/button/menubuttons/template_idle.png", _("Return"), ShowMenu("main_menu"))
|
||||||
text _("You have no mods! \nInstall some in:\n\"[moddir]\""):
|
text _("You have no mods! \nInstall some in:\n\"[moddir]\""):
|
||||||
style_prefix "navigation"
|
style_prefix "navigation"
|
||||||
size 45
|
size 45
|
||||||
|
|
Loading…
Reference in a new issue