summaryrefslogtreecommitdiff
path: root/src/lib/config.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-16 14:28:36 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-16 14:28:36 +0100
commit5d06efadc0cc88c38a3ab3a44ef676f89ae2e43c (patch)
tree26a422dd6772495d0569d3c90e1bb31d996ea014 /src/lib/config.cc
parent5dc36423e504f29752599cfa3ae72433467b4644 (diff)
Allow $CPL_NAME etc. in KDM email subjects. Add de_DE translation of
default subject. Suggested-by: Carsten Kurz
Diffstat (limited to 'src/lib/config.cc')
-rw-r--r--src/lib/config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc
index f7905b039..24f9242ec 100644
--- a/src/lib/config.cc
+++ b/src/lib/config.cc
@@ -186,7 +186,7 @@ Config::read ()
_mail_server = f.string_child ("MailServer");
_mail_user = f.optional_string_child("MailUser").get_value_or ("");
_mail_password = f.optional_string_child("MailPassword").get_value_or ("");
- _kdm_subject = f.optional_string_child ("KDMSubject").get_value_or (_("KDM delivery"));
+ _kdm_subject = f.optional_string_child ("KDMSubject").get_value_or (_("KDM delivery: $CPL_NAME"));
_kdm_from = f.string_child ("KDMFrom");
_kdm_cc = f.optional_string_child ("KDMCC").get_value_or ("");
_kdm_email = f.string_child ("KDMEmail");