From 80939aa09228d76267a9efd2893cc5c961890cda Mon Sep 17 00:00:00 2001 From: in1tiate <32779090+in1tiate@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:51:27 -0500 Subject: [PATCH] critical fix (#921) --- src/courtroom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 65c5e1a..ea40628 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//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