diff options
author | Vinicius Coque <vinicius.coque@bluepex.com> | 2010-07-10 13:36:14 -0300 |
---|---|---|
committer | Vinicius Coque <vinicius.coque@bluepex.com> | 2010-07-10 13:36:14 -0300 |
commit | aa1e5104246c8748eb624b964e84f9da1388dc64 (patch) | |
tree | a4bcae42d35fe0d91bab752619087cca4ee49747 | |
parent | 6b1bac0a8510f2d98e36fdbda594fbb344769748 (diff) | |
download | pfsense-aa1e5104246c8748eb624b964e84f9da1388dc64.zip pfsense-aa1e5104246c8748eb624b964e84f9da1388dc64.tar.gz |
Fix gettext implementation on interfaces_ppps_edit.php
-rw-r--r-- | usr/local/www/interfaces_ppps_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_ppps_edit.php b/usr/local/www/interfaces_ppps_edit.php index 89a657c..ea44b46 100644 --- a/usr/local/www/interfaces_ppps_edit.php +++ b/usr/local/www/interfaces_ppps_edit.php @@ -613,7 +613,7 @@ $types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE" <input name="pppoe_resetdate" type="text" class="w8em format-m-d-y highlight-days-67" id="pppoe_resetdate" maxlength="10" size="10" value="<?=htmlspecialchars($pconfig['pppoe_resetdate']);?>" /> <?= gettext("reset at a specific date (mm/dd/yyyy)"); ?> <br /> <br /> - <span class="red"><strong><?=gettext("Note: ");?></strong></span> + <span class="red"><strong><?=gettext("Note ");?>:</strong></span> <?= gettext("If you leave the date field empty, the reset will be executed each day at the time you did specify using the minutes and hour field."); ?> </p> <?php if ($pconfig['pppoe_pr_preset']): ?> |