aboutsummaryrefslogtreecommitdiffstats
path: root/config/mailreport/status_mail_report_add_log.php
diff options
context:
space:
mode:
authorcrocomo <crocomo@btree.de>2014-02-25 00:41:48 +0100
committercrocomo <crocomo@btree.de>2014-02-25 00:41:48 +0100
commita11fef384a509ded8762b4fe0530d4f0a1621815 (patch)
tree5490d9507a533bad53b77c6fe84c361db560844f /config/mailreport/status_mail_report_add_log.php
parenta3b8ffd89df4ee1440d0053635b9eaf07527da9a (diff)
downloadpfsense-packages-a11fef384a509ded8762b4fe0530d4f0a1621815.tar.gz
pfsense-packages-a11fef384a509ded8762b4fe0530d4f0a1621815.tar.bz2
pfsense-packages-a11fef384a509ded8762b4fe0530d4f0a1621815.zip
Fix spelling, email header and table header
* Spelling now sticks with [1] (email, Email at the beginning of a sentence) * Email header now "Email Report" instead of "Graph Report" * Table header now "Commands" instead of "Cmds" (plus fix for width) * Version increased to 2.0.10 [1] https://www.rfc-editor.org/rfc-style-guide/terms-online.txt
Diffstat (limited to 'config/mailreport/status_mail_report_add_log.php')
-rw-r--r--config/mailreport/status_mail_report_add_log.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/mailreport/status_mail_report_add_log.php b/config/mailreport/status_mail_report_add_log.php
index 0b140723..83786994 100644
--- a/config/mailreport/status_mail_report_add_log.php
+++ b/config/mailreport/status_mail_report_add_log.php
@@ -34,8 +34,8 @@
##|+PRIV
##|*IDENT=page-status-mailreportsaddlog
-##|*NAME=Status: E-Mail Reports: Add Log page
-##|*DESCR=Allow access to the 'Status: E-Mail Reports: Add Log' page.
+##|*NAME=Status: Email Reports: Add Log page
+##|*DESCR=Allow access to the 'Status: Email Reports: Add Log' page.
##|*MATCH=status_mail_report_add_log.php*
##|-PRIV
@@ -95,7 +95,7 @@ if ($_POST) {
}
-$pgtitle = array(gettext("Status"),gettext("Add Mail Report Log"));
+$pgtitle = array(gettext("Status"),gettext("Add Email Report Log"));
include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">