]> source.dussan.org Git - nextcloud-server.git/commitdiff
l10n: Triple dot to ellipsis. 20309/head
authorrakekniven <mark.ziegler@rakekniven.de>
Sat, 4 Apr 2020 21:09:12 +0000 (23:09 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2020 21:09:12 +0000 (23:09 +0200)
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
apps/files_sharing/js/files_drop.js

index 9dff5a06f56431b3c8a6bd7b780d3f71a35fd7a9..f3aa8f089161a317e2b60e0b599d3d311cab60a6 100644 (file)
@@ -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;