File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,7 +157,9 @@ that.
157157
158158--- develop ---
159159
160- * issue: Syslog stats not reporting properly
160+ * issue: Syslog stats not reporting properly
161+
162+ * issue: Internationalization issues on console
161163
162164--- 2.8 ---
163165
Original file line number Diff line number Diff line change @@ -1078,8 +1078,8 @@ function syslog_config_arrays () {
10781078 $ menu2 = array ();
10791079 foreach ($ menu as $ temp => $ temp2 ) {
10801080 $ menu2 [$ temp ] = $ temp2 ;
1081- if ($ temp == __ ('Import/Export ' , ' syslog ' )) {
1082- $ menu2 [__ ('Syslog Settings ' , 'syslog ' )]['plugins/syslog/syslog_alerts.php ' ] = __ ('Alert Rules ' , 'syslog ' );
1081+ if ($ temp == __ ('Import/Export ' )) {
1082+ $ menu2 [__ ('Syslog Settings ' , 'syslog ' )]['plugins/syslog/syslog_alerts.php ' ] = __ ('Alert Rules ' , 'syslog ' );
10831083 $ menu2 [__ ('Syslog Settings ' , 'syslog ' )]['plugins/syslog/syslog_removal.php ' ] = __ ('Removal Rules ' , 'syslog ' );
10841084 $ menu2 [__ ('Syslog Settings ' , 'syslog ' )]['plugins/syslog/syslog_reports.php ' ] = __ ('Report Rules ' , 'syslog ' );
10851085 }
You can’t perform that action at this time.
0 commit comments