]> git.mxchange.org Git - friendica.git/commitdiff
Fixed spelling
authorMichael <heluecht@pirati.ca>
Sat, 4 Nov 2023 14:12:09 +0000 (14:12 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 4 Nov 2023 14:12:09 +0000 (14:12 +0000)
src/Object/Post.php
view/lang/C/messages.po

index 1ffb6ec7b240ff780bb05ee2ff42d9deb4ce76a1..3bfe94e6d0d1e6499ca490586f1e2113b14597c4 100644 (file)
@@ -755,7 +755,7 @@ class Post
                        return [];
                }
 
-               return ['total' => $quoteshares['total'], 'title' => DI::l10n()->t('Quoted shared by: %s', implode(', ', $quoteshares['title']))];
+               return ['total' => $quoteshares['total'], 'title' => DI::l10n()->t('Quote shared by: %s', implode(', ', $quoteshares['title']))];
        }
 
        /**
index 07fc2c4c5a9c16bec7eb809a80c726f4b5835bb3..3ecc4485f88c1d92b832c208b468ac6e8a3a2ec8 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2023.09-rc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-11-04 14:07+0000\n"
+"POT-Creation-Date: 2023-11-04 14:11+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"
@@ -12206,7 +12206,7 @@ msgstr ""
 
 #: src/Object/Post.php:758
 #, php-format
-msgid "Quoted shared by: %s"
+msgid "Quote shared by: %s"
 msgstr ""
 
 #: src/Protocol/ActivityPub/Receiver.php:523