summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 10:20:05 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 10:20:05 -0300
commit73280f1afb1567ab72949501d6e9693ad06e5969 (patch)
tree97f4c38948f27c99c6683e0744f444395740fd79
parent49f1f47174a219ebb8bfb6a4102937aec0a727f9 (diff)
downloadpfsense-73280f1afb1567ab72949501d6e9693ad06e5969.zip
pfsense-73280f1afb1567ab72949501d6e9693ad06e5969.tar.gz
Fix gettext on interfaces_groups.php
-rwxr-xr-xusr/local/www/interfaces_groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_groups.php b/usr/local/www/interfaces_groups.php
index 54670b4..fe39891 100755
--- a/usr/local/www/interfaces_groups.php
+++ b/usr/local/www/interfaces_groups.php
@@ -145,7 +145,7 @@ include("head.inc");
</tr>
<tr>
<td class="tabcont" colspan="3">
- <p><span class="vexpl"><span class="red"><strong><?=gettext("Note");?>:<br></strong></span><?=gettext("Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.");?></span></p>
+ <p><span class="vexpl"><span class="red"><strong><?=gettext("Note.");?><br></strong></span><?=gettext("Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.");?></span></p>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud