diff --git a/__init__.py b/__init__.py index 988d3ab..09fecae 100755 --- a/__init__.py +++ b/__init__.py @@ -139,7 +139,7 @@ class Scoreboard: localConfig.set("scoreboard", f"name_{i+1}", entry['name']) write_config() - speak(f"Congratulations {name}! You got position {position} on the high score table!") + speak(f"Congratulations {name}! You got position {position} on the scoreboard!") return True