Merge pull request #15921 from cmeh/patch-4

Spelling in wizardTabElementary.js: Correct "More then …" to "More than …"
This commit is contained in:
Thomas Müller 2015-04-29 09:28:27 +02:00
commit 416ef1eb62
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ OCA = OCA || {};
if(objectsFound < 1) {
message = t('user_ldap', 'No object found in the given Base DN. Please revise.');
} else if(objectsFound > 1000) {
message = t('user_ldap', 'More then 1.000 directory entries available.');
message = t('user_ldap', 'More than 1.000 directory entries available.');
} else {
message = t('user_ldap', objectsFound + ' entries available within the provided Base DN');
}