diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2011-12-08 19:05:07 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2011-12-08 19:05:07 +0100 |
commit | fb99dc43c922e0fa197db3c83efa8d70897f6097 (patch) | |
tree | c44649232d9dc05e0cb3eab5a7ed8360a8361f37 | |
parent | 144029fd6182a37dee29bbb721ccab29e544c810 (diff) |
Fixed some typos in the spanish language file
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | lang/es.l | 4 | ||||
-rw-r--r-- | version.log | 3 |
3 files changed, 5 insertions, 3 deletions
@@ -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 ------------------- @@ -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. |