Skip to content

How do you edit the menu and welcome messages? #186

Closed Locked Answered by Steffo99
Ebsbrown asked this question in Q&A
Discussion options

You must be logged in to vote

You can edit the menu buttons and welcome message by editing the file in the strings/ directory of the language you want to change.

For example, to change the welcome message for the en language, you'll have to edit the following lines:

greed/strings/en.py

Lines 56 to 60 in 8701071

conversation_after_start = "Hello!\n" \
"Welcome to greed!\n" \
"This is the 🅱️ <b>Beta</b> version of the software.\n" \
"It is fully usable, but there may be some bugs are still present.\n" \
"If you find any, please report them at https://github.com/Steffo99/greed/issues."

Menu buttons are a bit below:

greed/strings/en.py

Lines 132 to 220 in 8701071

# User me…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Steffo99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question A question about how the program works.
2 participants
Converted from issue

This discussion was converted from issue #185 on August 11, 2022 02:24.