]> git.mxchange.org Git - friendica.git/commitdiff
Fixed placeholder
authorMichael <heluecht@pirati.ca>
Tue, 24 May 2022 20:12:39 +0000 (20:12 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 24 May 2022 20:12:39 +0000 (20:12 +0000)
src/Console/MoveToAvatarCache.php
view/lang/C/messages.po

index 76638f891de6c2ebd46fc48e1a64cf104ea04ac8..3682eb35a577f620227218b01884a4dbf2f5422b 100644 (file)
@@ -146,7 +146,7 @@ HELP;
                }
 
                if ($quit_on_invalid && $fields['photo'] == '') {
-                       echo ' ' . $this->l10n->t('Quit on invalid photo %d', $contact['avatar']) . "\n";
+                       echo ' ' . $this->l10n->t('Quit on invalid photo %s', $contact['avatar']) . "\n";
                        Photo::delete(['resource-id' => $resourceid]);
                        return;
                }
index ee411471869ab3ed5dddd894d7ae3eba9b0ab162..97a987bb88ace5337c1b14ad00ff4163255792f2 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2022.05-rc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-24 20:02+0000\n"
+"POT-Creation-Date: 2022-05-24 20:12+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"
@@ -1663,7 +1663,7 @@ msgstr ""
 
 #: src/Console/MoveToAvatarCache.php:149
 #, php-format
-msgid "Quit on invalid photo %d"
+msgid "Quit on invalid photo %s"
 msgstr ""
 
 #: src/Console/PostUpdate.php:87