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
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ var OCdialogs = {
var count = $(dialog_id+ ' .conflict').length; var count = $(dialog_id+ ' .conflict').length;
var title = n('files', var title = n('files',
'One file conflict', '{count} file conflict',
'{count} file conflicts', '{count} file conflicts',
count, count,
{count:count} {count:count}