summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_overload_tables.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-11 16:58:52 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-11 16:58:52 -0300
commit9f6bd43e71897974c5f1c9c058cdf9c25e2f4bce (patch)
treec303d276477e8b151eda748db10c155addf58434 /usr/local/www/diag_overload_tables.php
parentaaaf679f49505401d482dc9978213273c0cc2ba7 (diff)
downloadpfsense-9f6bd43e71897974c5f1c9c058cdf9c25e2f4bce.zip
pfsense-9f6bd43e71897974c5f1c9c058cdf9c25e2f4bce.tar.gz
gettext() fixes on diag_overload_tables.php
Diffstat (limited to 'usr/local/www/diag_overload_tables.php')
-rw-r--r--usr/local/www/diag_overload_tables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_overload_tables.php b/usr/local/www/diag_overload_tables.php
index e4bba75..9c409c6 100644
--- a/usr/local/www/diag_overload_tables.php
+++ b/usr/local/www/diag_overload_tables.php
@@ -94,7 +94,7 @@ include("fbegin.inc");
}
</script>
-<?=gettext("Table");?>:
+<?=gettext("Table:");?>
<select id='type' onChange='method_change($F("type"));' name='type'>
<?php foreach ($tables as $table) {
echo "<option name='{$table}' value='{$table}'";
OpenPOWER on IntegriCloud