Fix typo in English error message text.
authorMichael Poole <mdpoole@troilus.org>
Tue, 18 Jul 2006 01:12:16 +0000 (01:12 +0000)
committerMichael Poole <mdpoole@troilus.org>
Tue, 18 Jul 2006 01:12:16 +0000 (01:12 +0000)
src/chanserv.c (CSMSG_TOPICMASK_CONFLICT2): Add missing "is".  Reported
  by Harm, by way of Byte.
git-archimport-id: srvx@srvx.net--2006/srvx--devo--1.3--patch-16

ChangeLog
src/chanserv.c

index 4e01283adc9796439693e688d858efd81288e035..7636520fc4cdc12cdaec9df73a0950da3f60b39f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,20 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+2006-07-18 01:12:16 GMT        Michael Poole <mdpoole@troilus.org>     patch-16
+
+    Summary:
+      Fix typo in English error message text.
+    Revision:
+      srvx--devo--1.3--patch-16
+
+    src/chanserv.c (CSMSG_TOPICMASK_CONFLICT2): Add missing "is".  Reported
+      by Harm, by way of Byte.
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
 2006-05-14 02:54:24 GMT        Michael Poole <mdpoole@troilus.org>     patch-15
 
     Summary:
index 99e9ba3deba3de044a232c65440b059b4cc1cf65..bf6e3785f56d94c731ffcaa91d71d51aa5c2aa4a 100644 (file)
@@ -227,7 +227,7 @@ static const struct message_entry msgtab[] = {
     { "CSMSG_TOPIC_SET", "Topic is now '%s'." },
     { "CSMSG_NO_TOPIC", "$b%s$b does not have a default topic." },
     { "CSMSG_TOPICMASK_CONFLICT1", "I do not know how to make that topic work with the current topic mask in $b%s$b, which is: %s" },
-    { "CSMSG_TOPICMASK_CONFLICT2", "Please make sure your topic at most %d characters and matches the topic mask pattern." },
+    { "CSMSG_TOPICMASK_CONFLICT2", "Please make sure your topic is at most %d characters and matches the topic mask pattern." },
     { "CSMSG_TOPIC_LOCKED", "The %s topic is locked." },
     { "CSMSG_MASK_BUT_NO_TOPIC", "Warning: $b%s$b does not have a default topic, but you just set the topic mask." },
     { "CSMSG_TOPIC_MISMATCH", "Warning: The default topic for $b%s$b does not match the topic mask; changing it anyway." },