summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_packet_capture.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-21 13:44:18 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-21 13:44:18 -0500
commitd3f4dfc1c35e540f590fae5a22a0079959af8ce9 (patch)
tree5ace92854840f6bda5a28648159869730e240848 /src/usr/local/www/diag_packet_capture.php
parent8e6293401469bff4cffa3c4630d4bf52043b8e9a (diff)
parentff30e319d4239b4b6df55d2663f7c0f5efded5e1 (diff)
downloadpfsense-d3f4dfc1c35e540f590fae5a22a0079959af8ce9.zip
pfsense-d3f4dfc1c35e540f590fae5a22a0079959af8ce9.tar.gz
Merge branch 'add_call_gettext_diagnostic_menu_pages' of https://github.com/brunostein/pfsense
* 'add_call_gettext_diagnostic_menu_pages' of https://github.com/brunostein/pfsense: add call gettext function for translate
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