From 7f84e13a9cb37bf97d65d986ea49a0aa9c192062 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 23 Apr 2015 10:30:14 +0200 Subject: [PATCH] [PASSED QA] Bug 14051: Tiny adjustment of ReturnPathDefault pref description Adding that Return-Path is bounce address. Note that if it is empty, the From address is used. This could be the admin address, but Koha uses other from addresses too. Test plan: Read the description on the preferences page. Check some Koha mails with/without this pref. Note that this patch does not change behavior in any way. Signed-off-by: Marc Veron Signed-off-by: Kyle M Hall --- .../prog/en/modules/admin/preferences/admin.pref | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref index e1d54a6..81f022a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -15,7 +15,7 @@ Administration: - Use - pref: ReturnpathDefault class: email - - "as the email address set as the return path, if you leave this empty the admin address will be used." + - "as the return path or bounce address for undeliverable mail messages. If you leave this empty, the From address will be used (often defaulting to the admin address)." - - Show - pref: DebugLevel -- 1.7.2.5