]> git.mxchange.org Git - friendica.git/commitdiff
spelling: successful
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:30 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 27 Mar 2023 00:04:18 +0000 (20:04 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/App/Page.php
view/lang/C/messages.po

index 549ff3f0faf580a78297859223bc413aa17e2222..6849656f40daf1724d7529626a81d11a5f66dd4e 100644 (file)
@@ -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'),
index ad7013564a15bf0c5be8fc2d5de8e2bd439faa15..e7434b0aee40ca8e0bcbbbe73329d99b3f7b1f53 100644 (file)
@@ -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