From dabc5c3f4662676d092525a7c25ac1911ad398a7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:30 -0400 Subject: [PATCH] spelling: successful Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/App/Page.php | 6 +++--- view/lang/C/messages.po | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App/Page.php b/src/App/Page.php index 549ff3f0f..6849656f4 100644 --- a/src/App/Page.php +++ b/src/App/Page.php @@ -253,9 +253,9 @@ class Page implements ArrayAccess '$touch_icon' => $touch_icon, '$block_public' => intval($config->get('system', 'block_public')), '$stylesheets' => $this->stylesheets, - '$likeError' => $l10n->t('Like not successfull'), - '$dislikeError' => $l10n->t('Dislike not successfull'), - '$announceError' => $l10n->t('Sharing not successfull'), + '$likeError' => $l10n->t('Like not successful'), + '$dislikeError' => $l10n->t('Dislike not successful'), + '$announceError' => $l10n->t('Sharing not successful'), '$attendError' => $l10n->t('Attendance unsuccessful'), '$srvError' => $l10n->t('Backend error'), '$netError' => $l10n->t('Network error'), diff --git a/view/lang/C/messages.po b/view/lang/C/messages.po index ad7013564..e7434b0ae 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -674,15 +674,15 @@ msgid "" msgstr "" #: src/App/Page.php:256 -msgid "Like not successfull" +msgid "Like not successful" msgstr "" #: src/App/Page.php:257 -msgid "Dislike not successfull" +msgid "Dislike not successful" msgstr "" #: src/App/Page.php:258 -msgid "Sharing not successfull" +msgid "Sharing not successful" msgstr "" #: src/App/Page.php:259