summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-29 14:32:30 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-29 14:32:30 -0300
commit0e94685b3afa5ebec229976889d1e9030b3189d7 (patch)
treefc49c4236b652d8c8b493ddfe6032e706e728358 /usr/local/www/system_gateways.php
parent4d473c89f7e48103b188531006a1149755a7ea94 (diff)
downloadpfsense-0e94685b3afa5ebec229976889d1e9030b3189d7.zip
pfsense-0e94685b3afa5ebec229976889d1e9030b3189d7.tar.gz
Fix gettext issues
Diffstat (limited to 'usr/local/www/system_gateways.php')
-rwxr-xr-xusr/local/www/system_gateways.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php
index 28a3fe5..d50665a 100755
--- a/usr/local/www/system_gateways.php
+++ b/usr/local/www/system_gateways.php
@@ -105,8 +105,7 @@ include("head.inc");
<input type="hidden" name="y1" value="1">
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('staticroutes')): ?><p>
-<?php print_info_box_np(gettext("The gateway configuration has been changed.") . "<br>" . gettext("You must apply the changes in order for them to take
-effect."));?><br>
+<?php print_info_box_np(gettext("The gateway configuration has been changed.") . "<br>" . gettext("You must apply the changes in order for them to take effect."));?><br>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
@@ -191,8 +190,11 @@ effect."));?><br>
<td><a href="system_gateways_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0"></a>
<?php
if ($gateway['attribute'] != "system") : ?>
- <td><a href="system_gateways.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this
-gateway?"); ?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td>
+ <td>
+ <a href="system_gateways.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this gateway?"); ?>')">
+ <img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0">
+ </a>
+ </td>
<?php else : ?>
<td width='17'></td>
<?php endif; ?>
OpenPOWER on IntegriCloud