From: Michael Tremer Date: Wed, 3 Sep 2025 13:01:16 +0000 (+0000) Subject: reporter: Fix typo in email X-Git-Tag: 0.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f307cd8157261dfb93eeece8f755f6e856dd91e;p=suricata-reporter.git reporter: Fix typo in email Signed-off-by: Michael Tremer --- diff --git a/po/de_DE.po b/po/de_DE.po index 3686746..2c40957 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-31 15:08+0000\n" +"POT-Creation-Date: 2025-09-03 13:00+0000\n" "PO-Revision-Date: 2025-08-31 15:08+0000\n" "Last-Translator: Michael Tremer \n" "Language: \n" @@ -96,7 +96,7 @@ msgstr "IPFire Einbruchsabwehrsystem <%s>" msgid "[ALERT]" msgstr "[ALARM]" -msgid "The IPFire Intrusion Preventsion System has raised the following alert:" +msgid "The IPFire Intrusion Prevention System has raised the following alert:" msgstr "Das IPFire Einbruchsabwehrsystem hat folgenden Alarm gemeldet:" msgid "Category" diff --git a/po/suricata-reporter.pot b/po/suricata-reporter.pot index 3b9cf7a..421c85f 100644 --- a/po/suricata-reporter.pot +++ b/po/suricata-reporter.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-08-31 15:08+0000\n" +"POT-Creation-Date: 2025-09-03 13:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -98,7 +98,7 @@ msgstr "" msgid "[ALERT]" msgstr "" -msgid "The IPFire Intrusion Preventsion System has raised the following alert:" +msgid "The IPFire Intrusion Prevention System has raised the following alert:" msgstr "" msgid "Category" diff --git a/src/suricata-reporter.in b/src/suricata-reporter.in index b1ed4db..c6b91bc 100644 --- a/src/suricata-reporter.in +++ b/src/suricata-reporter.in @@ -429,7 +429,7 @@ class Worker(threading.Thread): content = [ _("To whom it may concern,"), "", - _("The IPFire Intrusion Preventsion System has raised the following alert:"), + _("The IPFire Intrusion Prevention System has raised the following alert:"), "", " %-20s : %s" % (_("Signature"), event.alert_signature), " %-20s : %s" % (_("Category"), event.alert_category),