diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-04-24 20:41:00 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-04-24 20:41:00 +0000 |
commit | 9f47e2b137799fa44820d52cf791dbfd3d7912ec (patch) | |
tree | c006073888f4ae873683faa62350bf46e447e70a | |
parent | aff1d04bab1315894c5d2a23f3cb569d5955b90b (diff) |
Fixed typo in CHAN_SET_PERSIST_SYNTAX lang string
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2910 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | lang/cat.l | 2 | ||||
-rw-r--r-- | lang/de.l | 2 | ||||
-rw-r--r-- | lang/en_us.l | 2 | ||||
-rw-r--r-- | lang/es.l | 2 | ||||
-rw-r--r-- | lang/fr.l | 2 | ||||
-rw-r--r-- | lang/gr.l | 2 | ||||
-rw-r--r-- | lang/hun.l | 2 | ||||
-rw-r--r-- | lang/it.l | 2 | ||||
-rw-r--r-- | lang/nl.l | 2 | ||||
-rw-r--r-- | lang/pl.l | 2 | ||||
-rw-r--r-- | lang/pt.l | 2 | ||||
-rw-r--r-- | lang/ru.l | 2 | ||||
-rw-r--r-- | lang/tr.l | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/lang/cat.l b/lang/cat.l index fb66e2586..6bf00a942 100644 --- a/lang/cat.l +++ b/lang/cat.l @@ -1255,7 +1255,7 @@ CHAN_SET_XOP_OFF # SET PERSISTANT responces CHAN_SET_PERSIST_SYNTAX - SET channel PERSISTS {ON | OFF} + SET channel PERSIST {ON | OFF} CHAN_SET_PERSIST_ON Channel %s is now persistant. CHAN_SET_PERSIST_OFF @@ -1274,7 +1274,7 @@ CHAN_SET_XOP_OFF # SET PERSISTANT responces CHAN_SET_PERSIST_SYNTAX - SET channel PERSISTS {ON | OFF} + SET channel PERSIST {ON | OFF} CHAN_SET_PERSIST_ON Channel %s is now persistant. CHAN_SET_PERSIST_OFF diff --git a/lang/en_us.l b/lang/en_us.l index bf9d2e933..caed91e66 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -1228,7 +1228,7 @@ CHAN_SET_XOP_OFF # SET PERSISTANT responces CHAN_SET_PERSIST_SYNTAX - SET channel PERSISTS {ON | OFF} + SET channel PERSIST {ON | OFF} CHAN_SET_PERSIST_ON Channel %s is now persistant. CHAN_SET_PERSIST_OFF @@ -1253,7 +1253,7 @@ CHAN_SET_XOP_OFF # SET PERSISTANT responces CHAN_SET_PERSIST_SYNTAX - SET channel PERSISTS {ON | OFF} + SET channel PERSIST {ON | OFF} CHAN_SET_PERSIST_ON Channel %s is now persistant. CHAN_SET_PERSIST_OFF @@ -1264,7 +1264,7 @@ CHAN_SET_XOP_OFF # SET PERSISTANT responces CHAN_SET_PERSIST_SYNTAX - SET channel PERSISTS {ON | OFF} + SET channel PERSIST {ON | OFF} CHAN_SET_PERSIST_ON Channel %s is now persistant. CHAN_SET_PERSIST_OFF @@ -1251,7 +1251,7 @@ CHAN_SET_XOP_OFF # SET PERSISTANT responces CHAN_SET_PERSIST_SYNTAX - SET channel PERSISTS {ON | OFF} + SET channel PERSIST {ON | OFF} CHAN_SET_PERSIST_ON Channel %s is now persistant. CHAN_SET_PERSIST_OFF diff --git a/lang/hun.l b/lang/hun.l index ce89375a5..dccf91c2d 100644 --- a/lang/hun.l +++ b/lang/hun.l @@ -1242,7 +1242,7 @@ CHAN_SET_XOP_OFF # SET PERSISTANT responces CHAN_SET_PERSIST_SYNTAX - SET channel PERSISTS {ON | OFF} + SET channel PERSIST {ON | OFF} CHAN_SET_PERSIST_ON Channel %s is now persistant. CHAN_SET_PERSIST_OFF @@ -1234,7 +1234,7 @@ CHAN_SET_XOP_OFF # SET PERSISTANT responces CHAN_SET_PERSIST_SYNTAX - SET channel PERSISTS {ON | OFF} + SET channel PERSIST {ON | OFF} CHAN_SET_PERSIST_ON Channel %s is now persistant. CHAN_SET_PERSIST_OFF @@ -1250,7 +1250,7 @@ CHAN_SET_XOP_OFF # SET PERSISTANT responces CHAN_SET_PERSIST_SYNTAX - SET channel PERSISTS {ON | OFF} + SET channel PERSIST {ON | OFF} CHAN_SET_PERSIST_ON Channel %s is now persistant. CHAN_SET_PERSIST_OFF @@ -1595,7 +1595,7 @@ CHAN_SET_XOP_OFF # SET PERSISTANT responces CHAN_SET_PERSIST_SYNTAX - SET channel PERSISTS {ON | OFF} + SET channel PERSIST {ON | OFF} CHAN_SET_PERSIST_ON Channel %s is now persistant. CHAN_SET_PERSIST_OFF @@ -1251,7 +1251,7 @@ CHAN_SET_XOP_OFF # SET PERSISTANT responces CHAN_SET_PERSIST_SYNTAX - SET channel PERSISTS {ON | OFF} + SET channel PERSIST {ON | OFF} CHAN_SET_PERSIST_ON Channel %s is now persistant. CHAN_SET_PERSIST_OFF @@ -1230,7 +1230,7 @@ CHAN_SET_XOP_OFF # SET PERSISTANT responces CHAN_SET_PERSIST_SYNTAX - SET channel PERSISTS {ON | OFF} + SET channel PERSIST {ON | OFF} CHAN_SET_PERSIST_ON Channel %s is now persistant. CHAN_SET_PERSIST_OFF @@ -1257,7 +1257,7 @@ CHAN_SET_XOP_OFF # SET PERSISTANT responces CHAN_SET_PERSIST_SYNTAX - SET channel PERSISTS {ON | OFF} + SET channel PERSIST {ON | OFF} CHAN_SET_PERSIST_ON Channel %s is now persistant. CHAN_SET_PERSIST_OFF |