diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-18 16:54:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-18 16:54:02 -0300 |
commit | 22009abf953489dcd8b30eec439aa33aa753851b (patch) | |
tree | a5ca82b259f262c2d953f2c3ed19e7aeefeddd27 /npc | |
parent | 6a95ce40b375973430f50a6cbb4ac35564caf1be (diff) | |
download | serverdata-22009abf953489dcd8b30eec439aa33aa753851b.tar.gz serverdata-22009abf953489dcd8b30eec439aa33aa753851b.tar.bz2 serverdata-22009abf953489dcd8b30eec439aa33aa753851b.tar.xz serverdata-22009abf953489dcd8b30eec439aa33aa753851b.zip |
Fix typo
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/captcha.txt | 2 |
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; |