Changeset 1482
- Timestamp:
- 12/19/07 22:31:31 (8 months ago)
- Files:
-
- devel/mod/invite/lib/invite_actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/invite/lib/invite_actions.php
r1436 r1482 52 52 } 53 53 } 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."); 56 55 } 57 56 } else {
