From cb59aab118e9090556f7d05f2d058eba9820847f Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Tue, 18 Jul 2006 01:12:16 +0000 Subject: [PATCH] Fix typo in English error message text. 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 | 14 ++++++++++++++ src/chanserv.c | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4e01283..7636520 100644 --- 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 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 patch-15 Summary: diff --git a/src/chanserv.c b/src/chanserv.c index 99e9ba3..bf6e378 100644 --- a/src/chanserv.c +++ b/src/chanserv.c @@ -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." }, -- 2.20.1