]> source.dussan.org Git - nextcloud-server.git/commitdiff
Reword a phrase
authorkondou <kondou@ts.unde.re>
Wed, 14 Aug 2013 04:29:19 +0000 (06:29 +0200)
committerkondou <kondou@ts.unde.re>
Wed, 14 Aug 2013 04:29:19 +0000 (06:29 +0200)
apps/files/js/filelist.js

index e0c72295702b13de2127ba970dbbf7691bed23b3..f7cc3767b2557de8901dc59c3f3ce728770e5dec 100644 (file)
@@ -452,7 +452,7 @@ $(document).ready(function(){
                                var currentUploads = parseInt(uploadtext.attr('currentUploads'));
                                currentUploads += 1;
                                uploadtext.attr('currentUploads', currentUploads);
-                               var translatedText = n('files', '%n file uploading', '%n files uploading', currentUploads);
+                               var translatedText = n('files', 'Uploading %n file', 'Uploading %n files', currentUploads);
                                if(currentUploads === 1) {
                                        var img = OC.imagePath('core', 'loading.gif');
                                        data.context.find('td.filename').attr('style','background-image:url('+img+')');