fixed argument of NS_UNBIND_REQUIRED (language editor)
authorpk910 <philipp@zoelle1.de>
Sat, 5 Nov 2011 00:18:11 +0000 (01:18 +0100)
committerpk910 <philipp@zoelle1.de>
Sat, 5 Nov 2011 00:20:29 +0000 (01:20 +0100)
src/bot_NeonServ.c

index 6bd0dd06f7b71e051b44080c804b76a255534e6c..a2d842ae7ccaaa6e90a5f6d5f8017c1786e9b58e 100644 (file)
@@ -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"},