summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2011-12-08 19:05:07 +0100
committerDukePyrolator <DukePyrolator@anope.org>2011-12-08 19:05:07 +0100
commitfb99dc43c922e0fa197db3c83efa8d70897f6097 (patch)
treec44649232d9dc05e0cb3eab5a7ed8360a8361f37
parent144029fd6182a37dee29bbb721ccab29e544c810 (diff)
Fixed some typos in the spanish language file
-rw-r--r--Changes1
-rw-r--r--lang/es.l4
-rw-r--r--version.log3
3 files changed, 5 insertions, 3 deletions
diff --git a/Changes b/Changes
index d34a0ea88..281d72504 100644
--- a/Changes
+++ b/Changes
@@ -12,6 +12,7 @@ Anope Version 1.8 - GIT
08/21 F Send DROP event when forbidding nicks and channels. [ #00]
11/16 F Fixed ident being used instead of vident in some comparisons. [ #00]
11/20 F Fixed ignore not matching against users' real host or IP. [ #00]
+12/06 F Fixed some typos in the spanish language file [ #00]
Anope Version 1.8.6
-------------------
diff --git a/lang/es.l b/lang/es.l
index b8769b033..b4bd82514 100644
--- a/lang/es.l
+++ b/lang/es.l
@@ -473,9 +473,9 @@ NICK_SET_PASSWORD_CHANGED_TO
NICK_SET_LANGUAGE_SYNTAX
SET LANGUAGE numero
NICK_SET_LANGUAGE_UNKNOWN
- Numero de lenguage %d desconocido. Tipea %R%s HELP SET LANGUAGE para una lista de lenguages.
+ Numero de lenguaje %d desconocido. Tipea %R%s HELP SET LANGUAGE para una lista de lenguajes.
NICK_SET_LANGUAGE_CHANGED
- Lenguage cambiado a Espaņol.
+ Lenguaje cambiado a Espaņol.
# SET URL responses
NICK_SET_URL_CHANGED
diff --git a/version.log b/version.log
index 97e861201..30e39458a 100644
--- a/version.log
+++ b/version.log
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="7"
VERSION_EXTRA="-git"
-VERSION_BUILD="3086"
+VERSION_BUILD="3087"
# $Log$ # Changes since 1.8.6 Release
+#Revision 3087 - Fixed some typos in the spanish language file
#Revision 3086 - Fixed ignore not matching against users' real host or IP (introduced in rev. 3049).
#Revision 3085 - Use vident instead of ident in combination with the vhost for botserv kick(ban)s and nickserv access list checking.
#Revision 3084 - Match bans against the vident/vhost instead of real ident/vhost when available.