diff options
-rw-r--r-- | lang/en_us.l | 2 | ||||
-rw-r--r-- | lang/nl.l | 4 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/lang/en_us.l b/lang/en_us.l index 94f7cfb1c..285e683b6 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -3575,7 +3575,7 @@ NICK_HELP_SET_EMAIL Associates the given E-mail address with your nickname. This address will be displayed whenever someone requests - information on the channel with the INFO command. + information on the nickname with the INFO command. NICK_HELP_SET_ICQ Syntax: SET ICQ number @@ -3653,8 +3653,8 @@ NICK_HELP_SET_EMAIL Gebruik: SET EMAIL adres Associeert het gegeven e-mail adres met jouw nick. Dit adres - zal worden weergegeven wanneer iemand informatie over een van - je kanalen opvraagt met het INFO commando. + zal worden weergegeven wanneer iemand informatie over je nick + opvraagt met het INFO commando. NICK_HELP_SET_ICQ Gebruik: SET ICQ nummer diff --git a/version.log b/version.log index 830723dbe..d90fd4f32 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="17" VERSION_EXTRA="-svn" -VERSION_BUILD="1205" +VERSION_BUILD="1206" # $Log$ # +# BUILD : 1.7.17 (1206) +# BUGS : 631 +# NOTES : Fixed small language mistake in en_us.l and nl.l +# # BUILD : 1.7.17 (1205) # BUGS : 630 # NOTES : Fixed a small typo in ru.l |