diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | lang/de.l | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 2 deletions
@@ -2,6 +2,7 @@ Anope Version S V N ------------------- Provided by Anope Dev. <dev@anope.org> - 2004 08/24 A New -l option for am script to list possible selectors. [ #00] +08/26 F Fixed spelling stuff in the german langfile. [#159] 08/24 F Compile error with gcc2. [ #00] Provided by Trystan <trystan@nomadirc.net> - 2004 @@ -1277,7 +1277,7 @@ CHAN_AKICK_STUCK CHAN_AKICK_UNSTUCK %s ist nun nicht mehr stetig aktiviert im %s. CHAN_AKICK_DELETED - %s wurde von der Autokick-Liste von %s gefunden. + %s wurde von der Autokick-Liste von %s entfernt. CHAN_AKICK_DELETED_ONE 1 Eintrag der AutoKick-Liste von %s entfernt. CHAN_AKICK_DELETED_SEVERAL diff --git a/version.log b/version.log index eaf50e1d2..1623d3c26 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="5" -VERSION_BUILD="335" +VERSION_BUILD="336" # $Log$ # +# BUILD : 1.7.5 (336) +# BUGS : 159 +# NOTES : German langfile fixed +# # BUILD : 1.7.5 (335) # BUGS : 142, 152, 154, 155, 156, 157, 158 # NOTES : Applied bugfix bundle patch from Trystan. |