I use tis module in a german Drupal and the function ldapauth_admin_settings_submit($form, &$form_state) makes a switch on the English text-values of the submit button. This wouldn't work on any language except english.

Comments

miglius’s picture

Priority: Critical » Normal

Not sure. The code mentioned is followed:

  switch ($op) {
    case t('Save configuration'):

The function t() is called which translates english string to a localized one.

binco’s picture

if I add the t() function everything works as expected, but in my module the t()-function was missing and i also checked the dev version

miglius’s picture

Status: Active » Fixed

the t() is in the cvs.

Status: Fixed » Closed (fixed)

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