Skip to content

Commit

Permalink
Update screens.rpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkmet98 authored Sep 22, 2020
1 parent 6e0d468 commit e860891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/game/screens.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ init -501 screen preferences() tag menu:
textbutton _("Español") action [SetVariable("voices", "Spanish"), Function(UpdateConfig)]
textbutton _("Inglés") action [SetVariable("voices", "English"), Function(UpdateConfig)]

text "Traducido por GlowTranslations\nVersión de la traducción: 1.1\nVersión del juego: v[config.version]":
text "Traducido por GlowTranslations\nVersión de la traducción: 1.2\nVersión del juego: v[config.version]":
xalign 1.0 yalign 1.0
xoffset -10 yoffset -10
style "main_menu_version"
Expand Down

0 comments on commit e860891

Please sign in to comment.