use {count} instead of 'One' for more versatile translation

This commit is contained in:
Jörn Friedrich Dreyer 2013-09-19 12:05:30 +02:00
parent 1bba800e47
commit 078bf0df25

View file

@ -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}