From ee7fe87ea6341f201bad78910d1055ed17560766 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 7 Feb 2019 09:46:01 +0100 Subject: [PATCH] ids.cgi: Change name of the button to apply the ruleset changes Signed-off-by: Stefan Schantl --- html/cgi-bin/ids.cgi | 6 ++---- langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 54db48b7d0..11b2e69ab3 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -396,7 +396,7 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'save'}) { } # Save ruleset. -} elsif ($cgiparams{'RULESET'} eq $Lang::tr{'update'}) { +} elsif ($cgiparams{'RULESET'} eq $Lang::tr{'ids apply'}) { # Arrays to store which rulefiles have been enabled and will be used. my @enabled_rulefiles; @@ -1164,9 +1164,7 @@ if (%idsrules) { print < - -   - + diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 8a611103c5..00862ad2e0 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1326,6 +1326,7 @@ 'idle' => 'Leerlauf', 'idle timeout' => 'Leerlauf-Wartezeit in Min. (0 zum Deaktivieren):', 'idle timeout not set' => 'Leerlauf-Wartezeit nicht angegeben.', +'ids apply' => 'Übernehmen', 'ids apply ruleset changes' => 'Regel-Änderungen werden übernommen ... Bitte warten Sie, bis dieser Vorgang erfolgreich beendet wurde.', 'ids automatic rules update' => 'Automatische Regeln-Aktualisierung', 'ids traffic analyze' => 'Packet-Analyse', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index e74c2ded15..5dc248c5a8 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1357,6 +1357,7 @@ 'idle' => 'Idle', 'idle timeout' => 'Idle timeout (mins; 0 to disable):', 'idle timeout not set' => 'Idle timeout not set.', +'ids apply' => 'Apply', 'ids apply ruleset changes' => 'The ruleset changes will be applied ... Please wait until all operations have completed successfully.', 'ids automatic rules update' => 'Automatic rules update', 'ids traffic analyze' => 'Traffic analyzing', -- 2.39.2