diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-03-18 22:39:24 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-03-18 22:39:24 +0000 |
commit | 6af154683f87f0057813682477254b87e4d7540c (patch) | |
tree | b06370f579744c8f150004fd7940518a35b77ea2 | |
parent | 32be13478a7a49463d0c5fdecf2a176a38a358e3 (diff) |
# BUILD : 1.7.18 (1234) # BUGS : 680 681 # NOTES : typos in en_us.l
git-svn-id: svn://svn.anope.org/anope/trunk@1234 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@953 5417fbe8-f217-4b02-8779-1006273d7864
-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 |