diff --git a/mod/photos.php b/mod/photos.php index d5689f5fd5..7b703d818b 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -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'); diff --git a/src/Util/Strings.php b/src/Util/Strings.php index 8c22c321df..ac903cd3f7 100644 --- a/src/Util/Strings.php +++ b/src/Util/Strings.php @@ -546,4 +546,5 @@ class Strings return $shorthand; } + }