[enh] tell the user that (s)he can upload compressed files

This commit is contained in:
Benjamin Sonntag 2018-06-27 21:12:11 +02:00
parent 5b555f5281
commit f166518bb2
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ echo $msg->msg_html_all();
<br /> <br />
<input type="submit" id="sendthisfile" class="ina" value="<?php __("Send this file"); ?>" /> <input type="submit" id="sendthisfile" class="ina" value="<?php __("Send this file"); ?>" />
<?php echo sprintf(_("Warning: max size: %s"),$bro->getMaxAllowedUploadSize() ); ?> <?php echo sprintf(_("Warning: max size: %s"),$bro->getMaxAllowedUploadSize() ); ?>
</form> <?php __("(If you upload a compressed file, <br />you will be able to uncompress it after.)"); ?></form>
</td> </td>
<td style="width: 20px">&nbsp;</td> <td style="width: 20px">&nbsp;</td>