summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en
diff options
context:
space:
mode:
authorGuy Brand <gb@unistra.fr>2010-12-31 15:46:43 +0100
committerGuy Brand <gb@unistra.fr>2010-12-31 15:46:43 +0100
commit5526795c71a703486ddd19bf986e6a0cf7309945 (patch)
tree4a3ee6aa999b0370b123a982848197217f9efd2b /lib/plugins/config/lang/en
parente6cecb0872ef457f44529edbc736aba3dc3ac258 (diff)
downloadrpg-5526795c71a703486ddd19bf986e6a0cf7309945.tar.gz
rpg-5526795c71a703486ddd19bf986e6a0cf7309945.tar.bz2
Allow a prefix for subject of sent mails (Close FS#2021)
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 a944d6bd7..18bfb56fa 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -125,6 +125,7 @@ $lang['fetchsize'] = 'Maximum size (bytes) fetch.php may download from extern'
$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['gzip_output'] = 'Use gzip Content-Encoding for xhtml';
$lang['gdlib'] = 'GD Lib version';
$lang['im_convert'] = 'Path to ImageMagick\'s convert tool';