Break apart the long and short the_question versions.

This commit is contained in:
Tom Rothamel
2022-05-21 21:58:54 -04:00
parent a0baff6811
commit f164ed896f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ define gui.show_name = True
## The version of the game.
define config.version = _("Ren'Py 7+ Edition")
define config.version = "7.0"
## Text that is placed on the game's about screen. To insert a blank line
+1 -1
View File
@@ -366,7 +366,7 @@ screen main_menu():
text "[config.name!t]":
style "main_menu_title"
text "[config.version!t]":
text _("Ren'Py 7+ Edition"):
style "main_menu_version"