From 45cd787c28e50f33037e0cfe0c4257ad74dba2ec Mon Sep 17 00:00:00 2001 From: Grollicus <cccvgitlab.db5c7b60@grollmann.eu> Date: Tue, 29 Dec 2020 02:20:40 +0100 Subject: [PATCH] typo fix --- src/plainui/forms.py | 4 ++-- src/plainui/locale/de/LC_MESSAGES/django.po | 4 ++-- src/plainui/locale/en/LC_MESSAGES/django.po | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/plainui/forms.py b/src/plainui/forms.py index 591c55833..9be142173 100644 --- a/src/plainui/forms.py +++ b/src/plainui/forms.py @@ -37,7 +37,7 @@ class NewDirectMessageForm(forms.Form): def clean(self): if self.conf.send_pn_disabled: - raise ValidationError(_("Sending Messages is currenly disabled")) + raise ValidationError(_("Sending Messages is currently disabled")) class BulletinBoardEntryForm(forms.Form): @@ -52,7 +52,7 @@ class BulletinBoardEntryForm(forms.Form): def clean(self): if self.conf.board_disabled: - raise ValidationError(_("Bulletin Board is currenly disabled")) + raise ValidationError(_("Bulletin Board is currently disabled")) class ExampleForm(forms.Form): diff --git a/src/plainui/locale/de/LC_MESSAGES/django.po b/src/plainui/locale/de/LC_MESSAGES/django.po index f72c3dd8b..df6059f4e 100644 --- a/src/plainui/locale/de/LC_MESSAGES/django.po +++ b/src/plainui/locale/de/LC_MESSAGES/django.po @@ -27,13 +27,13 @@ msgstr "Bitte einen Empfänger angeben" msgid "Please enter a subject" msgstr "Bitte einen Betreff eingeben" -msgid "Sending Messages is currenly disabled" +msgid "Sending Messages is currently disabled" msgstr "Nachrichten versenden ist momentan deaktiviert" msgid "Please enter a title" msgstr "Bitte einen Titel eingeben" -msgid "Bulletin Board is currenly disabled" +msgid "Bulletin Board is currently disabled" msgstr "Das Board ist momentan deaktiviert" msgid "Placeholder text" diff --git a/src/plainui/locale/en/LC_MESSAGES/django.po b/src/plainui/locale/en/LC_MESSAGES/django.po index a0488d776..58323d494 100644 --- a/src/plainui/locale/en/LC_MESSAGES/django.po +++ b/src/plainui/locale/en/LC_MESSAGES/django.po @@ -27,13 +27,13 @@ msgstr "" msgid "Please enter a subject" msgstr "" -msgid "Sending Messages is currenly disabled" +msgid "Sending Messages is currently disabled" msgstr "" msgid "Please enter a title" msgstr "" -msgid "Bulletin Board is currenly disabled" +msgid "Bulletin Board is currently disabled" msgstr "" msgid "Placeholder text" -- GitLab