summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_vlan_edit.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-07-10 13:46:17 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-07-10 13:46:17 -0300
commit831717782d85065498d5f2e956e3f6265b5a222f (patch)
tree9af4e91d2fc512498c3b0afbee8970afd4426138 /usr/local/www/interfaces_vlan_edit.php
parent3119dcde2b4f33fceafdfd4240810e91f960bcf6 (diff)
downloadpfsense-831717782d85065498d5f2e956e3f6265b5a222f.zip
pfsense-831717782d85065498d5f2e956e3f6265b5a222f.tar.gz
Fix gettext implementation on interfaces_vlan_edit.php
Diffstat (limited to 'usr/local/www/interfaces_vlan_edit.php')
-rwxr-xr-xusr/local/www/interfaces_vlan_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_vlan_edit.php b/usr/local/www/interfaces_vlan_edit.php
index 8c37b75..3f26441 100755
--- a/usr/local/www/interfaces_vlan_edit.php
+++ b/usr/local/www/interfaces_vlan_edit.php
@@ -166,8 +166,8 @@ 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").
- ("for your reference (not parsed).");?></span></td>
+ <br> <span class="vexpl"><?=gettext("You may enter a description here ".
+ "for your reference (not parsed).");?></span></td>
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
OpenPOWER on IntegriCloud