diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-11 14:57:10 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-11 14:57:10 +0000 |
commit | d62538be69fc2bc2fedd7fe15a4d35b5c6c19bd5 (patch) | |
tree | a9aa075549c50e39c7a2bf19a321eeed751e9cbd | |
parent | 7bbc80af47b21f4bd9f6f804aa545a005e92e5ee (diff) |
BUILD : 1.7.5 (322) BUGS : NOTES : fixed small lang mistake
git-svn-id: svn://svn.anope.org/anope/trunk@322 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@200 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | lang/en_us.l | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lang/en_us.l b/lang/en_us.l index 78e27850e..f53d832c4 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -1757,7 +1757,7 @@ BOT_NOT_ON_CHANNEL # Kick reasons (must be a single line) BOT_REASON_BADWORD - Don't use word %s on this channel! + Don't use the word \"%s\" on this channel! BOT_REASON_BADWORD_GENTLE Watch your language! BOT_REASON_BOLD diff --git a/version.log b/version.log index 13ca1a68f..4b575e08a 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="5" -VERSION_BUILD="321" +VERSION_BUILD="322" # $Log$ # +# BUILD : 1.7.5 (322) +# BUGS : +# NOTES : fixed small lang mistake +# # BUILD : 1.7.5 (321) # BUGS : none # NOTES : Fixed make distclean and updated hun.l |