From 9f8982512aa311f4d75a337ebe9fa9b241185452 Mon Sep 17 00:00:00 2001 From: GManon Date: Tue, 29 Nov 2022 02:47:12 -0300 Subject: [PATCH] More translatable text --- game/src/mod_menu.rpy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/src/mod_menu.rpy b/game/src/mod_menu.rpy index ba667ce..8035584 100644 --- a/game/src/mod_menu.rpy +++ b/game/src/mod_menu.rpy @@ -65,11 +65,11 @@ screen mod_menu(): if len(mod_menu_access) != 0: 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 use mod_menu_buttons("gui/button/menubuttons/template_idle.png", mod_menu_access ) 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]\""): style_prefix "navigation" size 45