From 0729f168cf37a20ff502eccb77d2a85989ca0eb8 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Tue, 28 May 2019 12:30:16 +0200 Subject: [PATCH] Make report labels more explicit PMG (optionally) sends two kinds of reports: * the reports to users, which mails of theirs are in the Spamquarantine (`pmgqm`) * the reports about the System's state and performance to the Administrator (`pmgreport`) Given that these get confused quite often, make their labels in the GUI more explicit. Signed-off-by: Stoiko Ivanov --- js/SpamQuarantineOptions.js | 2 +- js/SystemOptions.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/SpamQuarantineOptions.js b/js/SpamQuarantineOptions.js index d605c13..284e563 100644 --- a/js/SpamQuarantineOptions.js +++ b/js/SpamQuarantineOptions.js @@ -44,7 +44,7 @@ Ext.define('PMG.SpamQuarantineOptions', { return me.reportstyleTextHash[value] || value; }; - me.add_combobox_row('reportstyle', gettext('Report Style'), { + me.add_combobox_row('reportstyle', gettext('User Spamreport Style'), { defaultValue: 'verbose', renderer: render_reportstyle, comboItems: [ diff --git a/js/SystemOptions.js b/js/SystemOptions.js index 9692aa2..1ce3178 100644 --- a/js/SystemOptions.js +++ b/js/SystemOptions.js @@ -64,7 +64,7 @@ Ext.define('PMG.SystemOptions', { initComponent : function() { var me = this; - me.add_boolean_row('dailyreport', gettext('Send daily reports'), + me.add_boolean_row('dailyreport', gettext('Send daily admin reports'), { defaultValue: 1}); me.add_boolean_row('advfilter', gettext('Use advanced statistic filters'),