]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Cancel -> Reject in remote subscribe
authorAdrian Lang <mail@adrianlang.de>
Mon, 26 Jan 2009 13:20:19 +0000 (14:20 +0100)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 26 Jan 2009 13:20:19 +0000 (14:20 +0100)
actions/userauthorization.php

index ed62f640cc909cbf83ef4bde59a75cbf27388fdf..58fc96c0eb2e078b454001c58046838ec27423be 100644 (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()