Cancel -> Reject in remote subscribe

This commit is contained in:
Adrian Lang 2009-01-26 14:20:19 +01:00 committed by Evan Prodromou
parent 5b211271f9
commit d2521786f0
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class UserauthorizationAction extends Action
$this->element('p', null, _('Please check these details to make sure '.
'that you want to subscribe to this user\'s notices. '.
'If you didn\'t just ask to subscribe to someone\'s notices, '.
'click "Cancel".'));
'click "Reject".'));
}
function showContent()