summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_lagg.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 10:23:16 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 10:23:16 -0300
commit0952c85b1e91bcaa6e5ebc44709a0ddd203af574 (patch)
treee938ad3ccc0ec7d6efd6d46f8ce6d46e978fe048 /usr/local/www/interfaces_lagg.php
parent73280f1afb1567ab72949501d6e9693ad06e5969 (diff)
downloadpfsense-0952c85b1e91bcaa6e5ebc44709a0ddd203af574.zip
pfsense-0952c85b1e91bcaa6e5ebc44709a0ddd203af574.tar.gz
Fix gettext on interfaces_lagg.php
Diffstat (limited to 'usr/local/www/interfaces_lagg.php')
-rw-r--r--usr/local/www/interfaces_lagg.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_lagg.php b/usr/local/www/interfaces_lagg.php
index 9cabb00..baf16f5 100644
--- a/usr/local/www/interfaces_lagg.php
+++ b/usr/local/www/interfaces_lagg.php
@@ -135,9 +135,9 @@ include("head.inc");
</tr>
<tr>
<td colspan="3" class="list"><p class="vexpl"><span class="red"><strong>
- <?=gettext("Note"); ?>:<br>
+ <?=gettext("Note:"); ?><br>
</strong></span>
- <?=gettext("LAGG allows for link aggregation, bonding and fault tolerance. Only unassigned interfaces can be added to LAGG"); ?>.
+ <?=gettext("LAGG allows for link aggregation, bonding and fault tolerance. Only unassigned interfaces can be added to LAGG."); ?>
</td>
<td class="list">&nbsp;</td>
</tr>
OpenPOWER on IntegriCloud