fix: translation format specifier
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
Родитель
82b0e9bd82
Коммит
0e2f6865c2
|
@ -148,7 +148,10 @@ class ConversionProvider implements IConversionProvider {
|
|||
private function getMimeProvidersFor(array $inputMimeTypes, string $outputMimeType): array {
|
||||
$outputMimeInfo = $this->getMimeInfoFor($outputMimeType);
|
||||
if ($outputMimeInfo === null) {
|
||||
$this->logger->error($this->l10n->t('Unable to fetch information on $s', [$outputMimeType]));
|
||||
$this->logger->error(
|
||||
$this->l10n->t('Unable to fetch information on %1$s',
|
||||
[$outputMimeType]
|
||||
));
|
||||
throw new \Exception();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче