Just noticed a little spelling error and figured I'd make a patch to fix it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jeffam’s picture

vinmassaro’s picture

Status: Active » Needs review
vinmassaro’s picture

Status: Needs review » Reviewed & tested by the community

Applies cleanly to 7.x-2.x, moving to RTBC

queenvictoria’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Needs review

For testbot.

queenvictoria’s picture

Only 18 more errors to go. Come on bot!

larowlan’s picture

+++ b/ldap_authentication/LdapAuthenticationConfAdmin.class.php
@@ -69,8 +69,8 @@ class LdapAuthenticationConfAdmin extends LdapAuthenticationConf {
-      LDAP_AUTHENTICATION_EMAIL_FIELD_REMOVE => t('Don\'t show an email field on user forms.  LDAP derived email will be used for user and connot be changed by user'),
-      LDAP_AUTHENTICATION_EMAIL_FIELD_DISABLE => t('Show disabled email field on user forms with LDAP derived email.  LDAP derived email will be used for user and connot be changed by user'),
+      LDAP_AUTHENTICATION_EMAIL_FIELD_REMOVE => t('Don\'t show an email field on user forms.  LDAP derived email will be used for user and cannot be changed by user'),
+      LDAP_AUTHENTICATION_EMAIL_FIELD_DISABLE => t('Show disabled email field on user forms with LDAP derived email.  LDAP derived email will be used for user and cannot be changed by user'),

Thanks, while we're touching these, can we change them to use "Don't.." instead of 'Don\'t' - thanks

  • grahl committed 7480a63 on 8.x-3.x authored by jeffam
    Issue #2082809 by jeffam: Spelling Error
    

  • grahl committed f48b895 on 7.x-2.x authored by jeffam
    Issue #2082809 by jeffam: Spelling Error
    
grahl’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.