whitespaces

This commit is contained in:
Marek Bachmann 2022-11-26 21:53:12 +01:00
parent f88722bf7f
commit 6c73077bbc
2 changed files with 2 additions and 1 deletions

View File

@ -925,7 +925,7 @@ function photos_content(App $a)
($umf_bytes < $mis_bytes) ?
($maximagesize_Mbytes = ($umf_bytes / (10 ** 6))) : ($maximagesize_Mbytes = ($mis_bytes / (10 ** 6)));
}
$usage_message = DI::l10n()->t('The maximum accepted image size is %.3g MB', $maximagesize_Mbytes);
$tpl = Renderer::getMarkupTemplate('photos_upload.tpl');

View File

@ -546,4 +546,5 @@ class Strings
return $shorthand;
}
}