Ignore:
Timestamp:
Jan 12, 2011, 10:03:00 PM (13 years ago)
Author:
rvelices
Message:

lang remove 'Mail address' - use existing 'Email address'
lang remove unused 'return to homepage'
lang change key 'a user use already this mail address' to 'this email address is already in use'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_user.inc.php

    r8126 r8635  
    6262    if ($count != 0)
    6363    {
    64       return l10n('a user use already this mail address');
     64      return l10n('this email address is already in use');
    6565    }
    6666  }
Note: See TracChangeset for help on using the changeset viewer.