From c41d3b2d5393de6ae810cd4518851d6d633be279 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 21 Jan 2014 19:01:23 -0800 Subject: text - change remove account button to remove channel --- mod/removeme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') 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; -- cgit v1.2.3