From: Andreas Neustifter Date: Fri, 20 Jul 2018 19:15:09 +0000 (+0200) Subject: [js_upload] Better wording for mass-upload photos button. (#654) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aa1a54239655af2f44b70f4f48517aff13639111;p=friendica-addons.git [js_upload] Better wording for mass-upload photos button. (#654) --- 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');