From: kondou Date: Wed, 14 Aug 2013 04:29:19 +0000 (+0200) Subject: Reword a phrase X-Git-Tag: v6.0.0alpha2~327^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=400249194726e7cf6fc79d5fe7e92ccca8539244;p=nextcloud-server.git Reword a phrase --- diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index e0c72295702..f7cc3767b25 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -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+')');