summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2009-06-25 16:17:30 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2009-06-25 16:17:30 -0300
commit457106da662f7c2e90fc31ce4c9c55a195bfafc4 (patch)
tree1104b7b2a410fb36bdd4425b443145c899187d46 /usr/local/www/pkg_edit.php
parentdcf6d56377041329ee23ce29bf3d9c8cb77a5988 (diff)
downloadpfsense-457106da662f7c2e90fc31ce4c9c55a195bfafc4.zip
pfsense-457106da662f7c2e90fc31ce4c9c55a195bfafc4.tar.gz
Revert 2 last hunks of last commit since it's not related with the fix
Diffstat (limited to 'usr/local/www/pkg_edit.php')
-rwxr-xr-xusr/local/www/pkg_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/pkg_edit.php b/usr/local/www/pkg_edit.php
index 52ca71b..fe20621 100755
--- a/usr/local/www/pkg_edit.php
+++ b/usr/local/www/pkg_edit.php
@@ -355,7 +355,7 @@ if ($pkg['tabs'] <> "") {
<tr><td><div id="mainarea"><table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
<?php
$cols = 0;
- $savevalue = "Salvar";
+ $savevalue = gettext("Save");
if($pkg['savetext'] <> "") $savevalue = $pkg['savetext'];
foreach ($pkg['fields']['field'] as $pkga) {
@@ -618,7 +618,7 @@ if($pkg['note'] != "")
?>
<input name="Submit" type="submit" class="formbtn" value="<?= $savevalue ?>">
<?php if (!$only_edit): ?>
- <input class="formbtn" type="button" value="Cancelar" onclick="history.back()">
+ <input class="formbtn" type="button" value="<?=gettext("Cancel");?>" onclick="history.back()">
<?php endif; ?>
</td>
</tr>
OpenPOWER on IntegriCloud