]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed inconsistent spacing.
authorOwen Winkler <a_github@midnightcircus.com>
Sun, 18 Aug 2013 09:17:28 +0000 (05:17 -0400)
committerOwen Winkler <a_github@midnightcircus.com>
Sun, 18 Aug 2013 09:17:28 +0000 (05:17 -0400)
core/js/js.js

index 75a2b51a43f80ca559abfbfa1f797e6181940998..d580b6113e6eb667e1012bc598a596954155cc81 100644 (file)
@@ -69,7 +69,7 @@ function initL10N(app) {
                        var code = 'var plural; var nplurals; '+pf+' return { "nplural" : nplurals, "plural" : (plural === true ? 1 : plural ? plural : 0) };';
                        t.plural_function = new Function("n", code);
                } else {
-                       console.log("Syntax error in language file. Plural-Forms header is invalid ["+ t.plural_forms+"]");
+                       console.log("Syntax error in language file. Plural-Forms header is invalid ["+t.plural_forms+"]");
                }
        }
 }