summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_packet_capture.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_packet_capture.php')
-rw-r--r--src/usr/local/www/diag_packet_capture.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/diag_packet_capture.php b/src/usr/local/www/diag_packet_capture.php
index 6c49be6..be6f5d5 100644
--- a/src/usr/local/www/diag_packet_capture.php
+++ b/src/usr/local/www/diag_packet_capture.php
@@ -363,10 +363,10 @@ $section->addInput(new Form_Select(
'detail',
'Level of detail',
$detail,
- array('normal' => 'Normal',
- 'medium' => 'Medium',
- 'high' => 'High',
- 'full' => 'Full',
+ array('normal' => gettext('Normal'),
+ 'medium' => gettext('Medium'),
+ 'high' => gettext('High'),
+ 'full' => gettext('Full'),
)
))->setHelp('This is the level of detail that will be displayed after hitting "Stop" when the packets have been captured.' . '<br />' .
'This option does not affect the level of detail when downloading the packet capture. ');
OpenPOWER on IntegriCloud