diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 79f652c01..e785e5e68 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -252,7 +252,7 @@ function script gf_accid { // Returns 1 if pin check is OK. function script validatepin { mesc l("Please insert your pincode."), 1; - mesc l("WARNING: If you add a wrong pincode, you'll be disconnected."); + mesc l("WARNING: If you insert wrong pincode, you'll be disconnected."); mesc l("Use @@ to cancel.", "##B-1##b"); mes ""; input .@pin$; |