[js_upload] Better wording for mass-upload photos button. (#654)

This commit is contained in:
Andreas Neustifter 2018-07-20 21:15:09 +02:00 committed by Hypolite Petovan
parent 4168bff3b9
commit aa1a542396
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function js_upload_form(&$a,&$b) {
$b['addon_text'] .= '<link href="' . $a->get_baseurl() . '/addon/js_upload/file-uploader/client/fileuploader.css" rel="stylesheet" type="text/css">';
$b['addon_text'] .= '<script src="' . $a->get_baseurl() . '/addon/js_upload/file-uploader/client/fileuploader.js" type="text/javascript"></script>';
$upload_msg = L10n::t('Upload a file');
$upload_msg = L10n::t('Select files for upload');
$drop_msg = L10n::t('Drop files here to upload');
$cancel = L10n::t('Cancel');
$failed = L10n::t('Failed');