fixed srvx language fail (minimum must NOT be greater than the maximum - it must...
authorpk910 <philipp@zoelle1.de>
Tue, 23 Aug 2011 23:54:55 +0000 (01:54 +0200)
committerpk910 <philipp@zoelle1.de>
Fri, 26 Aug 2011 09:48:13 +0000 (11:48 +0200)
src/chanserv.c

index ba74d702c08e37567ae79495212192a8060ebf78..28db426c4807f229d4981851083b5a9964e59bd5 100644 (file)
@@ -209,7 +209,7 @@ static const struct message_entry msgtab[] = {
 /* User management */
     { "CSMSG_ADDED_USER", "Added %s to the %s user list with access %d." },
     { "CSMSG_DELETED_USER", "Deleted %s (with access %d) from the %s user list." },
-    { "CSMSG_BAD_RANGE", "Invalid access range; minimum (%d) must be greater than maximum (%d)." },
+    { "CSMSG_BAD_RANGE", "Invalid access range; minimum (%d) must be lower than maximum (%d)." },
     { "CSMSG_DELETED_USERS", "Deleted accounts matching $b%s$b with access from $b%d$b to $b%d$b from the %s user list." },
     { "CSMSG_TRIMMED_USERS", "Trimmed $b%d users$b with access from %d to %d from the %s user list who were inactive for at least %s." },
     { "CSMSG_INCORRECT_ACCESS", "%s has access $b%d$b, not %s." },