summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/captcha.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/captcha.txt b/npc/functions/captcha.txt
index e34ef6397..7fce7ff70 100644
--- a/npc/functions/captcha.txt
+++ b/npc/functions/captcha.txt
@@ -176,7 +176,7 @@ OnClinic:
mes "";
mes l("It takes %d minute(s) to treat someone else after this.", 5);
next;
- mesc ("Do you want to treat \"%s\"?", b(.@request$)), 1;
+ mesc l("Do you want to treat \"%s\"?", b(.@request$)), 1;
if (askyesno() == ASK_NO) {
closeclientdialog;
end;