summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-10 10:21:42 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-10 10:21:42 -0300
commit59bb015e2f3bae29310c40b74d1723273f15710b (patch)
treeda31e952911b01c47b6e4f8c6fd453e0d16feaa9 /usr/local/www/status_graph.php
parentc3ff89b45889c4228002807479f9d607fcc98552 (diff)
downloadpfsense-59bb015e2f3bae29310c40b74d1723273f15710b.zip
pfsense-59bb015e2f3bae29310c40b74d1723273f15710b.tar.gz
Fixing gettext calls on status_graph.php
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index c8ad06d..f901014 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -162,7 +162,7 @@ if (isset($config['ipsec']['enable']) || isset($config['ipsec']['mobileclients']
?>
<form name="form1" action="status_graph.php" method="get" style="padding-bottom: 10px; margin-bottom: 14px; border-bottom: 1px solid #999999">
-Interface:
+<?=gettext("Interface"); ?>:
<select name="if" class="formselect" style="z-index: -10;" onchange="document.form1.submit()">
<?php
foreach ($ifdescrs as $ifn => $ifd) {
OpenPOWER on IntegriCloud