summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-10 15:22:35 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-10 15:22:35 -0300
commitd8e1797ac0dee94a65ea1a8084c4140495bdc08d (patch)
tree508115e17821305707c8893656914b2b9f47b278 /usr/local/www/diag_confbak.php
parentbf978a0651b0bc7300ded0e94c0245e0948d607d (diff)
downloadpfsense-d8e1797ac0dee94a65ea1a8084c4140495bdc08d.zip
pfsense-d8e1797ac0dee94a65ea1a8084c4140495bdc08d.tar.gz
Fixing gettext calls on diag_confbak.php
Diffstat (limited to 'usr/local/www/diag_confbak.php')
-rwxr-xr-xusr/local/www/diag_confbak.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_confbak.php b/usr/local/www/diag_confbak.php
index 393f771..8c3ff7d 100755
--- a/usr/local/www/diag_confbak.php
+++ b/usr/local/www/diag_confbak.php
@@ -149,7 +149,7 @@ include("head.inc");
<table class="tabcont" align="center" width="100%" border="0" cellpadding="6" cellspacing="0">
<?php if (is_array($confvers)): ?>
<tr>
- <td colspan="2" valign="middle" align="center" class="list" nowrap><input type="submit" name="diff" value="Diff"></td>
+ <td colspan="2" valign="middle" align="center" class="list" nowrap><input type="submit" name="diff" value="<?=gettext("Diff"); ?>"></td>
<td width="30%" class="listhdrr"><?=gettext("Date");?></td>
<td width="70%" class="listhdrr"><?=gettext("Configuration Change");?></td>
</tr>
@@ -203,7 +203,7 @@ include("head.inc");
</tr>
<?php endforeach; ?>
<tr>
- <td colspan="2"><input type="submit" name="diff" value="Diff"></td>
+ <td colspan="2"><input type="submit" name="diff" value="<?=gettext("Diff"); ?>"></td>
<td colspan="5"></td>
</tr>
<?php else: ?>
OpenPOWER on IntegriCloud