summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_import.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-08 13:37:36 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-08 13:37:36 -0300
commit5e76292a1eca4fdcea18f495ad4895f0995cfe8f (patch)
tree20995d4871ed83405044ce3c788d6eb5d12253a6 /usr/local/www/firewall_aliases_import.php
parent9dc65295522e548d02c6e2904aabc2d45056e652 (diff)
downloadpfsense-5e76292a1eca4fdcea18f495ad4895f0995cfe8f.zip
pfsense-5e76292a1eca4fdcea18f495ad4895f0995cfe8f.tar.gz
Corrections gettext implementation on firewall_aliases_import.php
Diffstat (limited to 'usr/local/www/firewall_aliases_import.php')
-rwxr-xr-xusr/local/www/firewall_aliases_import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases_import.php b/usr/local/www/firewall_aliases_import.php
index e23c78c..76246a6 100755
--- a/usr/local/www/firewall_aliases_import.php
+++ b/usr/local/www/firewall_aliases_import.php
@@ -133,7 +133,7 @@ include("head.inc");
<td valign="top" class="vncellreq"><?=gettext("Alias Name"); ?></td>
<td class="vtable"> <input name="name" type="text" class="formfld unknown" id="name" size="40" value="<?=htmlspecialchars($_POST['name']);?>" />
<br /> <span class="vexpl">
- <?=gettext("The name of the alias may only consist of the characters") . " a-z, A-Z and 0-9."; ?></span></td>
+ <?=gettext("The name of the alias may only consist of the characters \"a-z, A-Z and 0-9\"."); ?></span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Description"); ?></td>
OpenPOWER on IntegriCloud