diff options
author | friendica <info@friendica.com> | 2015-03-04 01:31:45 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-04 01:31:45 -0800 |
commit | 32968745fe219a28aa50898a5c109e261f45d582 (patch) | |
tree | 2400cfcebeef1742300dcd52f13e5aabfdf3d360 /mod | |
parent | b471d2a3d19d21543ab84a64db2439dc1b36c77f (diff) | |
parent | eceafd5777c2b2c15d5db93e0a11bbeb328142e2 (diff) | |
download | volse-hubzilla-32968745fe219a28aa50898a5c109e261f45d582.tar.gz volse-hubzilla-32968745fe219a28aa50898a5c109e261f45d582.tar.bz2 volse-hubzilla-32968745fe219a28aa50898a5c109e261f45d582.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mod/settings.php b/mod/settings.php index a40a1deca..6b1e5ab0a 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -713,8 +713,7 @@ function settings_content(&$a) { '$submit' => t('Submit'), '$email' => array('email', t('Email Address:'), $email, ''), '$removeme' => t('Remove Account'), - '$removeaccount' => t('Remove this account from this server including all its channels'), - '$permanent' => t('Warning: This action is permanent and cannot be reversed.'), + '$removeaccount' => t('Remove this account including all its channels'), '$account_settings' => $account_settings )); return $o; @@ -1129,8 +1128,8 @@ function settings_content(&$a) { '$lbl_misc' => t('Miscellaneous Settings'), '$menus' => $menu, '$menu_desc' => t('Personal menu to display in your channel pages'), - '$removeme' => t('Remove this channel'), - '$permanent' => t('Warning: This action is permanent and cannot be reversed.'), + '$removeme' => t('Remove Channel'), + '$removechannel' => t('Remove this channel.'), )); call_hooks('settings_form',$o); |