summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_system_pftop.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/diag_system_pftop.php')
-rw-r--r--usr/local/www/diag_system_pftop.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/diag_system_pftop.php b/usr/local/www/diag_system_pftop.php
index 6dcee5c..9778e8a 100644
--- a/usr/local/www/diag_system_pftop.php
+++ b/usr/local/www/diag_system_pftop.php
@@ -48,7 +48,7 @@ if($_REQUEST['getactivity']) {
if($_REQUEST['sorttype'])
$sorttype = escapeshellarg($_REQUEST['sorttype']);
else
- $sorttype = "bytes";
+ $sorttype = gettext("bytes");
$text = `pftop -b -a -o {$sorttype}`;
echo $text;
exit;
@@ -59,7 +59,7 @@ include("head.inc");
if($_REQUEST['sorttype'])
$sorttype = htmlentities($_REQUEST['sorttype']);
else
- $sorttype = "bytes";
+ $sorttype = gettext("bytes");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
@@ -96,7 +96,7 @@ else
print_input_errors($input_errors);
?>
<form method="post">
- Sort type:
+ <?=gettext("Sort type"); ?>:
<select name='sorttype' id='sorttype' onChange='this.form.submit();'>
<option value='<?=$sorttype?>'><?=$sorttype?></option>
<option value='age'>age</option>
OpenPOWER on IntegriCloud