aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/removeme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/removeme.php b/mod/removeme.php
index 7af4719bd..f0b4ae3c0 100644
--- a/mod/removeme.php
+++ b/mod/removeme.php
@@ -50,7 +50,7 @@ function removeme_content(&$a) {
'$desc' => t('This will completely remove this channel from the network. Once this has been done it is not recoverable.'),
'$passwd' => t('Please enter your password for verification:'),
'$global' => array('global', t('Remove this channel and all its clones from the network'), false, t('By default only the instance of the channel located on this hub will be removed from the network')),
- '$submit' => t('Remove My Account')
+ '$submit' => t('Remove Channel')
));
return $o;