diff options
author | Ermal Luçi <eri@pfsense.org> | 2014-02-25 08:44:54 +0100 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2014-02-25 08:44:54 +0100 |
commit | 9d7a251d4e388b66987c2869773f52144e71db84 (patch) | |
tree | d794258dd404ef939a11524254636995f7d5619d /config/mailreport/status_mail_report_add_cmd.php | |
parent | fc67246b7f782047c946016d2db91b90c158d038 (diff) | |
parent | 606d566753f37a43be692dee8845233c9930f473 (diff) | |
download | pfsense-packages-9d7a251d4e388b66987c2869773f52144e71db84.tar.gz pfsense-packages-9d7a251d4e388b66987c2869773f52144e71db84.tar.bz2 pfsense-packages-9d7a251d4e388b66987c2869773f52144e71db84.zip |
Merge pull request #605 from crocomo/mailreport
mailreport - Fix spelling, email header and table header
Diffstat (limited to 'config/mailreport/status_mail_report_add_cmd.php')
-rw-r--r-- | config/mailreport/status_mail_report_add_cmd.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/mailreport/status_mail_report_add_cmd.php b/config/mailreport/status_mail_report_add_cmd.php index b4527584..6a924142 100644 --- a/config/mailreport/status_mail_report_add_cmd.php +++ b/config/mailreport/status_mail_report_add_cmd.php @@ -34,8 +34,8 @@ ##|+PRIV ##|*IDENT=page-status-mailreportsaddcmd -##|*NAME=Status: E-Mail Reports: Add Command page -##|*DESCR=Allow access to the 'Status: E-Mail Reports: Add Command' page. +##|*NAME=Status: Email Reports: Add Command page +##|*DESCR=Allow access to the 'Status: Email Reports: Add Command' page. ##|*MATCH=status_mail_report_add_cmd.php* ##|-PRIV @@ -89,7 +89,7 @@ if ($_POST) { } -$pgtitle = array(gettext("Status"),gettext("Add Mail Report Command")); +$pgtitle = array(gettext("Status"),gettext("Add Email Report Command")); include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |