From d2521786f01ad73fd33087546fac4788b122217d Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Mon, 26 Jan 2009 14:20:19 +0100 Subject: [PATCH] Cancel -> Reject in remote subscribe --- actions/userauthorization.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/userauthorization.php b/actions/userauthorization.php index ed62f640cc..58fc96c0eb 100644 --- a/actions/userauthorization.php +++ b/actions/userauthorization.php @@ -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()