summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_gif_edit.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-10 23:36:29 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-10 23:36:29 -0300
commit6440ddec440af67cb569c90390a1ef0f82c49d50 (patch)
treef26248a2dcb82e8c39668578ed1b381f763d90e8 /usr/local/www/interfaces_gif_edit.php
parent57d8432169d01bc9dd6fafe886265b22e2832bb2 (diff)
downloadpfsense-6440ddec440af67cb569c90390a1ef0f82c49d50.zip
pfsense-6440ddec440af67cb569c90390a1ef0f82c49d50.tar.gz
Checked gettext() implementation on interfaces_gif_edit.php
Diffstat (limited to 'usr/local/www/interfaces_gif_edit.php')
-rw-r--r--usr/local/www/interfaces_gif_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/interfaces_gif_edit.php b/usr/local/www/interfaces_gif_edit.php
index 742b00e..fdde8d4 100644
--- a/usr/local/www/interfaces_gif_edit.php
+++ b/usr/local/www/interfaces_gif_edit.php
@@ -83,7 +83,7 @@ if ($_POST) {
continue;
if (($gif['if'] == $_POST['if']) && ($gif['tunnel-remote-net'] == $_POST['tunnel-remote-net'])) {
- $input_errors[] = gettext("A gif with the network {$gif['remote-network']} is already defined.");
+ $input_errors[] = sprintf(gettext("A gif with the network %s is already defined."), $gif['remote-network']);
break;
}
}
@@ -192,7 +192,7 @@ include("head.inc");
<input name="link1" type="checkbox" id="link1" <?if ($pconfig['link1']) echo "checked";?>>
<br>
<span class="vexpl">
- <?=gettext("Note that the ECN friendly behavior violates RFC2893. This should be" .
+ <?=gettext("Note that the ECN friendly behavior violates RFC2893. This should be " .
"used in mutual agreement with the peer."); ?>
</span></td>
</tr>
@@ -200,7 +200,7 @@ include("head.inc");
<td width="22%" valign="top" class="vncell"><?=gettext("Description"); ?></td>
<td width="78%" class="vtable">
<input name="descr" type="text" class="formfld unknown" id="descr" size="40" value="<?=htmlspecialchars($pconfig['descr']);?>">
- <br> <span class="vexpl"><?=gettext("You may enter a description here" .
+ <br> <span class="vexpl"><?=gettext("You may enter a description here " .
"for your reference (not parsed)."); ?></span></td>
</tr>
<tr>
OpenPOWER on IntegriCloud