]> source.dussan.org Git - nextcloud-server.git/commitdiff
LDAP: fix spelling
authorArthur Schiwon <blizzz@owncloud.com>
Wed, 2 Jan 2013 19:32:57 +0000 (20:32 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Thu, 3 Jan 2013 11:32:42 +0000 (12:32 +0100)
apps/user_ldap/templates/settings.php

index 8522d2f835cac26d7a63249efd2e0386856fcaf8..e690b2f92d8d2af14e4e146640536c5a48ae3720 100644 (file)
@@ -8,7 +8,7 @@
                        echo '<p class="ldapwarning">'.$l->t('<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them.').'</p>';
                }
                if(!function_exists('ldap_connect')) {
-                       echo '<p class="ldapwarning">'.$l->t('<b>Warning:</b> The PHP LDAP module needs is not installed, the backend will not work. Please ask your system administrator to install it.').'</p>';
+                       echo '<p class="ldapwarning">'.$l->t('<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.').'</p>';
                }
                ?>
        <fieldset id="ldapSettings-1">