Changeset 1482

Show
Ignore:
Timestamp:
12/19/07 22:31:31 (8 months ago)
Author:
misja
Message:

Misja Hoebe <misja@curverider.co.uk> Applied attachment:ticket:228:exposed_email.diff plus minor text edit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/invite/lib/invite_actions.php

    r1436 r1482  
    5252                              } 
    5353                            } else { 
    54                               $user_url = "<a href=\"".$CFG->wwwroot.$account->username."\">".$account->username."</a>"; 
    55                               $messages[] = sprintf(__gettext("User %s already has that email address. Invitation not sent."),$user_url); 
     54                              $messages[] = __gettext("The email address is already in use. Invitation not sent."); 
    5655                            } 
    5756                        } else {