summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_ppps_edit.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 10:30:28 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 10:30:28 -0300
commit82a1d978a99981bf80694bd3a8adfaa0ae7512f7 (patch)
tree628baea3db5e1c7b2d7dbf138bc76ef49920103f /usr/local/www/interfaces_ppps_edit.php
parent0952c85b1e91bcaa6e5ebc44709a0ddd203af574 (diff)
downloadpfsense-82a1d978a99981bf80694bd3a8adfaa0ae7512f7.zip
pfsense-82a1d978a99981bf80694bd3a8adfaa0ae7512f7.tar.gz
Fix gettext on interfaces_ppps_edit.php
Diffstat (limited to 'usr/local/www/interfaces_ppps_edit.php')
-rw-r--r--usr/local/www/interfaces_ppps_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/interfaces_ppps_edit.php b/usr/local/www/interfaces_ppps_edit.php
index 07e8e83..54c5cb5 100644
--- a/usr/local/www/interfaces_ppps_edit.php
+++ b/usr/local/www/interfaces_ppps_edit.php
@@ -474,7 +474,7 @@ $types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE"
<td width="78%" class="vtable">
<table border="0" cellpadding="0" cellspacing="0">
<tr id="trcountry" style="display:none">
- <td><?= gettext("Country"); ?> :&nbsp;&nbsp;</td>
+ <td><?= gettext("Country:"); ?> &nbsp;&nbsp;</td>
<td>
<select class="formselect" name="country" id="country" onChange="providers_list()">
<option></option>
@@ -482,7 +482,7 @@ $types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE"
</td>
</tr>
<tr id="trprovider" style="display:none">
- <td><?= gettext("Provider"); ?> :&nbsp;&nbsp;</td>
+ <td><?= gettext("Provider:"); ?> &nbsp;&nbsp;</td>
<td>
<select class="formselect" name="provider" id="provider" onChange="providerplan_list()">
<option></option>
@@ -490,7 +490,7 @@ $types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE"
</td>
</tr>
<tr id="trproviderplan" style="display:none">
- <td><?= gettext("Plan"); ?> :&nbsp;&nbsp;</td>
+ <td><?= gettext("Plan:"); ?> &nbsp;&nbsp;</td>
<td>
<select class="formselect" name="providerplan" id="providerplan" onChange="prefill_provider()">
<option></option>
@@ -611,7 +611,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 />&nbsp;<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']): ?>
OpenPOWER on IntegriCloud