diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-04-07 11:46:47 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-04-07 11:46:47 +0200 |
commit | c90b0ac00b9f2ea406346f0500bb91bf8f205501 (patch) | |
tree | 461d005ca522a4eccfa7ea286e29791f5648266f /apps/files/templates/fileexists.html | |
parent | 0c444fb2fbf84f76eab03b1a17f4609cd89dede7 (diff) | |
download | nextcloud-server-c90b0ac00b9f2ea406346f0500bb91bf8f205501.tar.gz nextcloud-server-c90b0ac00b9f2ea406346f0500bb91bf8f205501.zip |
Fix copy conflict dialog translation
Diffstat (limited to 'apps/files/templates/fileexists.html')
-rw-r--r-- | apps/files/templates/fileexists.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/templates/fileexists.html b/apps/files/templates/fileexists.html index 662177ac7ed..79beccef3e5 100644 --- a/apps/files/templates/fileexists.html +++ b/apps/files/templates/fileexists.html @@ -3,8 +3,8 @@ <span class="what">{what}<!-- If you select both versions, the copied file will have a number added to its name. --></span><br/> <br/> <table> - <th><label><input class="allnewfiles" type="checkbox" />New Files<span class="count"></span></label></th> - <th><label><input class="allexistingfiles" type="checkbox" />Already existing files<span class="count"></span></label></th> + <th><label><input class="allnewfiles" type="checkbox" />{allnewfiles}<span class="count"></span></label></th> + <th><label><input class="allexistingfiles" type="checkbox" />{allexistingfiles}<span class="count"></span></label></th> </table> <div class="conflicts"> <div class="template"> |