diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2023-10-03 13:51:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-03 20:51:27 +0200 |
| commit | 80939aa09228d76267a9efd2893cc5c961890cda (patch) | |
| tree | 629a0ae9612d27c01d31e609c3dc4eedf051493f /src/courtroom.cpp | |
| parent | 4c398d633f4ef85f68608d51f254111b0d105e63 (diff) | |
critical fix (#921)
Diffstat (limited to 'src/courtroom.cpp')
| -rw-r--r-- | src/courtroom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 65c5e1a3..ea406287 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -900,7 +900,7 @@ void Courtroom::set_widgets() tr("Choose an effect to play on your next spoken message.\n" "The effects are defined in your theme/effects/effects.ini. Your " "character can define custom effects by\n" - "char.ini [Options] category, effects = 'miscname' where it referes " + "char.ini [Options] category, effects = 'miscname' where it refers " "to misc/<miscname>/effects.ini to read the effects.")); // Todo: recode this entire fucking system with these dumbass goddamn ini's // why is everything so specifically coded for all these purposes is ABSTRACT |
