diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-31 13:03:10 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-31 13:03:10 +0300 |
commit | ab9ba6bd09a3b8a3ee89656b099f8f1c002c7f06 (patch) | |
tree | 9fd8e43d365df23a1515743b481066d32f21d62c /src/sliceitoff/screens/initials.py | |
parent | 8c99a9df92d80c411f9bd31758b2c2664b363aad (diff) |
mainmenu screen
Diffstat (limited to 'src/sliceitoff/screens/initials.py')
-rw-r--r-- | src/sliceitoff/screens/initials.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/screens/initials.py b/src/sliceitoff/screens/initials.py index 334f515..632cfa4 100644 --- a/src/sliceitoff/screens/initials.py +++ b/src/sliceitoff/screens/initials.py @@ -8,7 +8,7 @@ def initials_screen(name): f" New High Score!\n" f"\n" f"\n" - f"Please give name:\n" + f"Initials, please:\n" f"\n" f"\n" f"{name:^17s}", |