diff options
-rw-r--r-- | lang/en_us.l | 4 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lang/en_us.l b/lang/en_us.l index 5319876e0..213a31ba3 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -2808,7 +2808,7 @@ OPER_SET_SQL_ERROR_DISABLED SQL is not configured for this network. Please edit the configuration file (services.conf). OPER_SET_LIST_OPTION_ON - %s is enable + %s is enabled OPER_SET_LIST_OPTION_OFF %s is disabled @@ -5856,7 +5856,7 @@ OPER_HELP_SET_SUPERADMIN OPER_HELP_SET_SQL Syntax: SET SQL {ON | OFF} - Setting this will toggle Anope's from usage of SQL, this should + Setting this will toggle Anope's usage of SQL, this should be used to disable and enable SQL should your SQL server go down while services are running. diff --git a/version.log b/version.log index 91c790fed..9eca8842c 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="18" VERSION_EXTRA="-svn" -VERSION_BUILD="1233" +VERSION_BUILD="1234" # $Log$ # +# BUILD : 1.7.18 (1234) +# BUGS : 680 681 +# NOTES : typos in en_us.l +# # BUILD : 1.7.18 (1233) # BUGS : 670 # NOTES : Fixed minor booboo in en_us.l and de.l |