Project

General

Profile

« Previous | Next » 

Revision 5e76292a

Added by Carlos Eduardo Ramos about 15 years ago

Corrections gettext implementation on firewall_aliases_import.php

View differences:

usr/local/www/firewall_aliases_import.php
133 133
	  <td valign="top" class="vncellreq"><?=gettext("Alias Name"); ?></td>
134 134
	  <td class="vtable"> <input name="name" type="text" class="formfld unknown" id="name" size="40" value="<?=htmlspecialchars($_POST['name']);?>" />
135 135
	    <br /> <span class="vexpl">
136
	    <?=gettext("The name of the alias may only consist of the characters") . " a-z, A-Z and 0-9."; ?></span></td>
136
	    <?=gettext("The name of the alias may only consist of the characters \"a-z, A-Z and 0-9\"."); ?></span></td>
137 137
	</tr>
138 138
	<tr>
139 139
	  <td width="22%" valign="top" class="vncell"><?=gettext("Description"); ?></td>

Also available in: Unified diff