Break apart the long and short the_question versions.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user