diff options
Diffstat (limited to 'apps/user_ldap/l10n/is.js')
-rw-r--r-- | apps/user_ldap/l10n/is.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/is.js b/apps/user_ldap/l10n/is.js index b880fd3b059..a77b22a4172 100644 --- a/apps/user_ldap/l10n/is.js +++ b/apps/user_ldap/l10n/is.js @@ -9,4 +9,4 @@ OC.L10N.register( "Password" : "Lykilorð", "Advanced" : "Ítarlegt" }, -"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);"); +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |