From 5ea2f6c90fd8b6a2b74d6d9945c9d0ba5f811424 Mon Sep 17 00:00:00 2001 From: pk910 Date: Sat, 5 Nov 2011 01:18:11 +0100 Subject: [PATCH] fixed argument of NS_UNBIND_REQUIRED (language editor) --- src/bot_NeonServ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot_NeonServ.c b/src/bot_NeonServ.c index 6bd0dd0..a2d842a 100644 --- a/src/bot_NeonServ.c +++ b/src/bot_NeonServ.c @@ -313,7 +313,7 @@ static const struct default_language_entry msgtab[] = { {"NS_RENAME_DONE", "Renamed $b%s$b to $b%s$b."}, /* {ARGS: "TestUser", "TestUser2"} */ {"NS_RENAME_FAIL", "Failed renaming $b%s$b."}, /* {ARGS: "TestUser"} */ {"NS_FUN_DISABLED", "Fun commands are disabled in %s."}, /* {ARGS: "#TestChan"} */ - {"NS_UNBIND_REQUIRED", "%1$s is a required function and there is no other command bound to %1$s. Bind anothjer command to %1$s first."}, /* {ARGS: bind} */ + {"NS_UNBIND_REQUIRED", "%1$s is a required function and there is no other command bound to %1$s. Bind another command to %1$s first."}, /* {ARGS: "bind"} */ {"NS_COMMANDS_NAME", "Name"}, {"NS_COMMANDS_ACCESS", "Access"}, {"NS_COMMANDS_GACCESS", "GodAccess"}, -- 2.20.1