Fixed placeholder

This commit is contained in:
Michael 2022-05-24 20:12:39 +00:00
parent d3709d8497
commit 2fbfc0633a
2 changed files with 3 additions and 3 deletions

View 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;
}

View 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