summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes_edit.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-04-30 10:13:40 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-04-30 10:53:02 -0300
commitbfb0b9dc212e267a27683f86ff457f98a41be3c4 (patch)
treed654b6cfa3950e84ed026bc08c1be8e1d136b538 /usr/local/www/system_routes_edit.php
parent34563021c152010081380d4baf0cabc06013fdd4 (diff)
downloadpfsense-bfb0b9dc212e267a27683f86ff457f98a41be3c4.zip
pfsense-bfb0b9dc212e267a27683f86ff457f98a41be3c4.tar.gz
Adding gettext() calls
Diffstat (limited to 'usr/local/www/system_routes_edit.php')
-rwxr-xr-xusr/local/www/system_routes_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_routes_edit.php b/usr/local/www/system_routes_edit.php
index bc05b11..313e7e1 100755
--- a/usr/local/www/system_routes_edit.php
+++ b/usr/local/www/system_routes_edit.php
@@ -184,7 +184,7 @@ include("head.inc");
?>
</select> <br />
<div id='addgwbox'>
- <?=gettext("Choose which gateway this route applies to or"); ?> <a OnClick="show_add_gateway();" href="#">add a new one</a>.
+ <?=gettext("Choose which gateway this route applies to or"); ?> <a OnClick="show_add_gateway();" href="#"><?=gettext("add a new one");?></a>.
</div>
<div id='notebox'>
</div>
@@ -247,7 +247,7 @@ include("head.inc");
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input id="save" name="Submit" type="submit" class="formbtn" value="Save"> <input id="cancel" type="button" value="<?=gettext("Cancel"); ?>" class="formbtn" onclick="history.back()">
+ <input id="save" name="Submit" type="submit" class="formbtn" value="<?=gettext("Save");?>"> <input id="cancel" type="button" value="<?=gettext("Cancel"); ?>" class="formbtn" onclick="history.back()">
<?php if (isset($id) && $a_routes[$id]): ?>
<input name="id" type="hidden" value="<?=$id;?>">
<?php endif; ?>
OpenPOWER on IntegriCloud