diff options
author | Adrian Lang <lang@cosmocode.de> | 2010-03-09 11:42:56 +0100 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-03-09 12:07:06 +0100 |
commit | 5a932e77b3c806514203323540cb30e5ab9c28cf (patch) | |
tree | 23ef3ca78915ad9f91c24597476a90afb80a5d0f /inc/lang/en | |
parent | 45a9933524f9a31e0a104cccfd082217501017ba (diff) | |
download | rpg-5a932e77b3c806514203323540cb30e5ab9c28cf.tar.gz rpg-5a932e77b3c806514203323540cb30e5ab9c28cf.tar.bz2 |
Remove wordblock action, issue a msg instead
Diffstat (limited to 'inc/lang/en')
-rw-r--r-- | inc/lang/en/lang.php | 3 | ||||
-rw-r--r-- | inc/lang/en/wordblock.txt | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 7cbf10029..d85ceb3db 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -310,4 +310,7 @@ $lang['hours'] = '%d hours ago'; $lang['minutes'] = '%d minutes ago'; $lang['seconds'] = '%d seconds ago'; +$lang['wordblock'] = 'Your change was not saved because it contains blocked text (spam).'; + + //Setup VIM: ex: et ts=2 enc=utf-8 : diff --git a/inc/lang/en/wordblock.txt b/inc/lang/en/wordblock.txt deleted file mode 100644 index f0f7d759d..000000000 --- a/inc/lang/en/wordblock.txt +++ /dev/null @@ -1,4 +0,0 @@ -====== SPAM blocked ====== - -Your changes were **not** saved because it contains one or more blocked words. If you tried to spam the Wiki -- Bad dog! If you think this is an error, contact the administrator of this Wiki. - |