summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_routes.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-08 13:09:13 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-08 13:09:13 -0300
commit0651f092405d773060d1cefd1050d0d152f0572a (patch)
tree9a3b6287403685cc29a2995f9f05154ec9959c73 /usr/local/www/diag_routes.php
parentfda82f522dcd916badd2f5b7c0962ef673a874c3 (diff)
downloadpfsense-0651f092405d773060d1cefd1050d0d152f0572a.zip
pfsense-0651f092405d773060d1cefd1050d0d152f0572a.tar.gz
Corrections gettext implementation on diag_routes.php
Diffstat (limited to 'usr/local/www/diag_routes.php')
-rw-r--r--usr/local/www/diag_routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_routes.php b/usr/local/www/diag_routes.php
index efc9c69..5adc7b3 100644
--- a/usr/local/www/diag_routes.php
+++ b/usr/local/www/diag_routes.php
@@ -66,7 +66,7 @@ include('head.inc');
<tr>
<td class="vncellreq" width="22%">&nbsp;</td>
<td class="vtable" width="78%">
-<input type="submit" class="formbtn" name="submit" value="Show" />
+<input type="submit" class="formbtn" name="submit" value="<?=gettext("Show"); ?>" />
<br />
<br />
<span class="vexpl"><span class="red"><strong><?=gettext("Note")?>:</strong></span><?=gettext("By enabling name resolution, the query should take a bit longer. You can stop it at"."any time by clicking the Stop button in your browser");?>.</span>
OpenPOWER on IntegriCloud