diff options
| author | Rider Linden <rider@lindenlab.com> | 2025-12-15 13:49:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-15 13:49:46 -0800 |
| commit | c78fe01e19da5e78137ec8d014352345fc14fb26 (patch) | |
| tree | 23bf02cea44482ce793ab1151dc0c1430e66ab31 /indra/newview/llviewermessage.cpp | |
| parent | 31a934e8ab16590afbacd188ab08cd08cfea3cb0 (diff) | |
Update indra/newview/llviewermessage.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
| -rw-r--r-- | indra/newview/llviewermessage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 6f2b00a862..5d8bd45218 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -5760,7 +5760,7 @@ void process_script_question(LLMessageSystem *msg, void **user_data) // check whether permission question should cause special caution dialog caution |= (script_perm.caution); - // Caustions go into top part of the dialog, questions go into the footer + // Cautions go into top part of the dialog, questions go into the footer if (caution_enabled && script_perm.caution) { warning_msg += "\n" + LLTrans::getString(script_perm.question + "Caution") + "\n"; |
