summaryrefslogtreecommitdiffstats
path: root/core/js/oc-dialogs.js
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-09-19 12:05:30 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-09-19 12:05:30 +0200
commit078bf0df2583a8a93f2fe8df15cf29f14c4ee02b (patch)
tree731b1716276384c3527fd1800394b0aa15879462 /core/js/oc-dialogs.js
parent1bba800e47517c6dcda834038794862ae73d682d (diff)
downloadnextcloud-server-078bf0df2583a8a93f2fe8df15cf29f14c4ee02b.tar.gz
nextcloud-server-078bf0df2583a8a93f2fe8df15cf29f14c4ee02b.zip
use {count} instead of 'One' for more versatile translation
Diffstat (limited to 'core/js/oc-dialogs.js')
-rw-r--r--core/js/oc-dialogs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/oc-dialogs.js b/core/js/oc-dialogs.js
index d6453d2d56c..ac37b109e76 100644
--- a/core/js/oc-dialogs.js
+++ b/core/js/oc-dialogs.js
@@ -344,7 +344,7 @@ var OCdialogs = {
var count = $(dialog_id+ ' .conflict').length;
var title = n('files',
- 'One file conflict',
+ '{count} file conflict',
'{count} file conflicts',
count,
{count:count}