From aa1a54239655af2f44b70f4f48517aff13639111 Mon Sep 17 00:00:00 2001 From: Andreas Neustifter Date: Fri, 20 Jul 2018 21:15:09 +0200 Subject: [PATCH] [js_upload] Better wording for mass-upload photos button. (#654) --- js_upload/js_upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js_upload/js_upload.php b/js_upload/js_upload.php index 2b15720b..b1373ffc 100644 --- a/js_upload/js_upload.php +++ b/js_upload/js_upload.php @@ -41,7 +41,7 @@ function js_upload_form(&$a,&$b) { $b['addon_text'] .= ''; $b['addon_text'] .= ''; - $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');