From c76d6f81522bec301c58156418ba29bd9372ed86 Mon Sep 17 00:00:00 2001 From: GManon Date: Tue, 29 Nov 2022 02:45:40 -0300 Subject: [PATCH] Marks text as translatable --- game/src/mod_menu.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/src/mod_menu.rpy b/game/src/mod_menu.rpy index e8948f25..ba667cec 100644 --- a/game/src/mod_menu.rpy +++ b/game/src/mod_menu.rpy @@ -70,7 +70,7 @@ screen mod_menu(): 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")) - text "You have no mods! \nInstall some in:\n\"[moddir]\"": + text _("You have no mods! \nInstall some in:\n\"[moddir]\""): style_prefix "navigation" size 45 text_align 0.5