summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-04-15 13:25:05 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-04-15 13:25:05 +0200
commit2398a2b54196667d6659d3d0489212b271c43703 (patch)
tree3510bf81289d4c93f1c801fb270a9db01ec0d926 /lib/plugins/config/lang/en
parent052b2a1780ce07c45e80cd16a55e43177850de35 (diff)
downloadrpg-2398a2b54196667d6659d3d0489212b271c43703.tar.gz
rpg-2398a2b54196667d6659d3d0489212b271c43703.tar.bz2
made it possible to disable HTML mails in the config
Diffstat (limited to 'lib/plugins/config/lang/en')
-rw-r--r--lib/plugins/config/lang/en/lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index 380f2fd1d..fc27e5158 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -127,6 +127,7 @@ $lang['notify'] = 'Send change notifications to this email address';
$lang['registernotify'] = 'Send info on newly registered users to this email address';
$lang['mailfrom'] = 'Email address to use for automatic mails';
$lang['mailprefix'] = 'Email subject prefix to use for automatic mails';
+$lang['htmlmail'] = 'Send better looking but larger in size HTML multipart emails. Disable for plain text only mails.';
$lang['gzip_output'] = 'Use gzip Content-Encoding for xhtml';
$lang['gdlib'] = 'GD Lib version';
$lang['im_convert'] = 'Path to ImageMagick\'s convert tool';