diff options
-rw-r--r-- | game/screens.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/screens.rpy b/game/screens.rpy index 9549e2b..7790244 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -692,7 +692,7 @@ screen preferences(): textbutton "Français" action Language("fr") textbutton "Deutsche" action Language("de") textbutton "Español" action Language("es") - textbutton "Italiano" action Language("it") + #textbutton "Italiano" action Language("it") null height 10 if persistent.hello is not None: null height 20 |