Skip to content

Commit

Permalink
* issue: Internationalization issues on console
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Mar 13, 2020
1 parent cb305a2 commit 5337365
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ that.

--- develop ---

* issue: Syslog stats not reporting properly
* issue: Syslog stats not reporting properly

* issue: Internationalization issues on console

--- 2.8 ---

Expand Down
4 changes: 2 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -1078,8 +1078,8 @@ function syslog_config_arrays () {
$menu2 = array ();
foreach ($menu as $temp => $temp2 ) {
$menu2[$temp] = $temp2;
if ($temp == __('Import/Export', 'syslog')) {
$menu2[__('Syslog Settings', 'syslog')]['plugins/syslog/syslog_alerts.php'] = __('Alert Rules', 'syslog');
if ($temp == __('Import/Export')) {
$menu2[__('Syslog Settings', 'syslog')]['plugins/syslog/syslog_alerts.php'] = __('Alert Rules', 'syslog');
$menu2[__('Syslog Settings', 'syslog')]['plugins/syslog/syslog_removal.php'] = __('Removal Rules', 'syslog');
$menu2[__('Syslog Settings', 'syslog')]['plugins/syslog/syslog_reports.php'] = __('Report Rules', 'syslog');
}
Expand Down

0 comments on commit 5337365

Please sign in to comment.