summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-18 16:54:02 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-18 16:54:02 -0300
commit22009abf953489dcd8b30eec439aa33aa753851b (patch)
treea5ca82b259f262c2d953f2c3ed19e7aeefeddd27
parent6a95ce40b375973430f50a6cbb4ac35564caf1be (diff)
downloadserverdata-22009abf953489dcd8b30eec439aa33aa753851b.tar.gz
serverdata-22009abf953489dcd8b30eec439aa33aa753851b.tar.bz2
serverdata-22009abf953489dcd8b30eec439aa33aa753851b.tar.xz
serverdata-22009abf953489dcd8b30eec439aa33aa753851b.zip
Fix typo
-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;