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

remotes/origin/stable6
Jörn Friedrich Dreyer 12 years ago
parent 1bba800e47
commit 078bf0df25
  1. 2
      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}

Loading…
Cancel
Save