[Pkg-owncloud-commits] [owncloud] 149/215: Update wizardTabElementary.js

David Prévot taffit at moszumanska.debian.org
Tue May 5 01:01:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 5e3fe7fb06a5c9d0255f2ac7d25b68a0ab9c8063
Author: cmeh <cmeh at users.noreply.github.com>
Date:   Tue Apr 28 22:11:24 2015 +0200

    Update wizardTabElementary.js
    
    Corrected "More then …" to "More than …".
---
 apps/user_ldap/js/wizard/wizardTabElementary.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/user_ldap/js/wizard/wizardTabElementary.js b/apps/user_ldap/js/wizard/wizardTabElementary.js
index 9619f9f..d123a1e 100644
--- a/apps/user_ldap/js/wizard/wizardTabElementary.js
+++ b/apps/user_ldap/js/wizard/wizardTabElementary.js
@@ -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');
 					}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list