l10n: Triple dot to ellipsis.
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
parent
4a292126e5
commit
531187ce58
|
@ -95,7 +95,7 @@
|
|||
},
|
||||
add: function(e, data) {
|
||||
Drop.addFileToUpload(e, data);
|
||||
$('#drop-upload-status').text(t('files_sharing', 'waiting...'));
|
||||
$('#drop-upload-status').text(t('files_sharing', 'Waiting…'));
|
||||
//we return true to keep trying to upload next file even
|
||||
//if addFileToUpload did not like the privious one
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue