diff --git a/src/Console/MoveToAvatarCache.php b/src/Console/MoveToAvatarCache.php index 76638f891d..3682eb35a5 100644 --- a/src/Console/MoveToAvatarCache.php +++ b/src/Console/MoveToAvatarCache.php @@ -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; } diff --git a/view/lang/C/messages.po b/view/lang/C/messages.po index ee41147186..97a987bb88 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -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 \n" "Language-Team: LANGUAGE \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