]> source.dussan.org Git - nextcloud-server.git/commitdiff
use {count} instead of 'One' for more versatile translation
authorJörn Friedrich Dreyer <jfd@butonic.de>
Thu, 19 Sep 2013 10:05:30 +0000 (12:05 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Thu, 19 Sep 2013 10:05:30 +0000 (12:05 +0200)
core/js/oc-dialogs.js

index d6453d2d56c998f07c16fbcf9385c37f775240d4..ac37b109e76a2ea17c6f7e101e5747f8aae1cbc3 100644 (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}