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_edit.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_edit.php')
-rw-r--r-- | config/mailreport/status_mail_report_edit.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/mailreport/status_mail_report_edit.php b/config/mailreport/status_mail_report_edit.php index 6cbb8a67..e51a4fc6 100644 --- a/config/mailreport/status_mail_report_edit.php +++ b/config/mailreport/status_mail_report_edit.php @@ -33,8 +33,8 @@ ##|+PRIV ##|*IDENT=page-status-mailreportsedit -##|*NAME=Status: E-Mail Reports: Edit Report page -##|*DESCR=Allow access to the 'Status: E-Mail Reports: Edit Report' page. +##|*NAME=Status: Email Reports: Edit Report page +##|*DESCR=Allow access to the 'Status: Email Reports: Edit Report' page. ##|*MATCH=status_mail_report_edit.php* ##|-PRIV @@ -203,7 +203,7 @@ if ($_POST) { return; } -$pgtitle = array(gettext("Status"),gettext("Edit Mail Reports")); +$pgtitle = array(gettext("Status"),gettext("Edit Email Reports")); include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> @@ -235,7 +235,7 @@ include("head.inc"); <option value="<?php echo $freq; ?>" <?php if($pconfig["frequency"] === $freq) echo "selected"; ?>><?php echo ucwords($freq); ?></option> <?php endforeach; ?> </select> - <br/>Select the frequency for the report to be sent via e-mail. + <br/>Select the frequency for the report to be sent via email. <br/> </td> <td></td> |