summaryrefslogtreecommitdiff
path: root/actions/userauthorization.php
diff options
context:
space:
mode:
authorAdrian Lang <mail@adrianlang.de>2009-01-26 14:20:19 +0100
committerEvan Prodromou <evan@controlyourself.ca>2009-01-26 14:20:19 +0100
commitd2521786f01ad73fd33087546fac4788b122217d (patch)
tree26bd223d0a65208e56241f5815b7efbef52b8b35 /actions/userauthorization.php
parent5b211271f9507e49faf4052836686a356e3f88ed (diff)
Cancel -> Reject in remote subscribe
Diffstat (limited to 'actions/userauthorization.php')
-rw-r--r--actions/userauthorization.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/userauthorization.php b/actions/userauthorization.php
index ed62f640c..58fc96c0e 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()