diff options
-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 |