]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/imagefile.php
Added a events for the settings menu items
[quix0rs-gnu-social.git] / lib / imagefile.php
index cd2f87e6bd5d331129355dd8351dc595292b6a09..cf1668f20373a092c791e71a706608493d0848a8 100644 (file)
@@ -72,7 +72,7 @@ class ImageFile
             break;
          case UPLOAD_ERR_INI_SIZE:
          case UPLOAD_ERR_FORM_SIZE:
-            throw new Exception(sprintf(_('That file is too big. The maximum file size is %d.'),
+            throw new Exception(sprintf(_('That file is too big. The maximum file size is %s.'),
                 ImageFile::maxFileSize()));
             return;
          case UPLOAD_ERR_PARTIAL: