]> git.mxchange.org Git - friendica.git/commitdiff
Fix wrong spelling
authorMichael <heluecht@pirati.ca>
Mon, 24 Jan 2022 04:58:46 +0000 (04:58 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 24 Jan 2022 04:58:46 +0000 (04:58 +0000)
src/Navigation/Notifications/Factory/Notification.php
view/lang/C/messages.po

index aa67f2e22d349c15411d9e0d1e4a80278a6c339e..767735799500910d6caaa8aa35c4ad9a83ea0273 100644 (file)
@@ -140,7 +140,7 @@ class Notification extends BaseFactory implements ICanCreateFromTableRow
                                $title = '';
                        }
 
-                       $this->logger->info('Got verb and type', ['verb' => $Notification->verb, 'type' => $Notification->type]);
+                       $this->logger->debug('Got verb and type', ['verb' => $Notification->verb, 'type' => $Notification->type]);
 
                        switch ($Notification->verb) {
                                case Activity::LIKE:
@@ -201,7 +201,7 @@ class Notification extends BaseFactory implements ICanCreateFromTableRow
                                case Activity::ATTENDMAYBE:
                                        switch ($Notification->type) {
                                                case Post\UserNotification::TYPE_DIRECT_THREAD_COMMENT:
-                                                       $msg = $userL10n->t('%1$s maybe wants to attends your event %2$s');
+                                                       $msg = $userL10n->t('%1$s maybe wants to attend your event %2$s');
                                                        break;
                                        }
                                        break;
index 22826c03c3fea49f6db132b9fa956f9e8ac00305..ef6d23478f4ce7daddb391fcaffb84c7b6180037 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2021.12-rc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-01-24 04:48+0000\n"
+"POT-Creation-Date: 2022-01-24 04:58+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -10019,7 +10019,7 @@ msgstr ""
 
 #: src/Navigation/Notifications/Factory/Notification.php:204
 #, php-format
-msgid "%1$s maybe wants to attends your event %2$s"
+msgid "%1$s maybe wants to attend your event %2$s"
 msgstr ""
 
 #: src/Navigation/Notifications/Factory/Notification.php:211