summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-08-26 15:53:01 +0000
committercertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-08-26 15:53:01 +0000
commit6c61225920680cf9b616bdb982018847667be85e (patch)
treec256f023b8597ceed115f1461d629b7c22adf705
parent5c3ee8a19acbdc26f191386776207fb7fefb4930 (diff)
BUILD : 1.7.5 (336) BUGS : 159 NOTES : German langfile fixed
git-svn-id: svn://svn.anope.org/anope/trunk@336 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@212 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--Changes1
-rw-r--r--lang/de.l2
-rw-r--r--version.log6
3 files changed, 7 insertions, 2 deletions
diff --git a/Changes b/Changes
index 3adc6f5a7..b5994370a 100644
--- a/Changes
+++ b/Changes
@@ -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
diff --git a/lang/de.l b/lang/de.l
index e96a92dde..ff5ddd0c5 100644
--- a/lang/de.l
+++ b/lang/de.l
@@ -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.