diff options
author | friendica <info@friendica.com> | 2014-08-16 16:11:53 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-16 16:11:53 -0700 |
commit | bf3dc80233147a1dab9f034a192750f765d0436b (patch) | |
tree | fe2ae56b6de99214b1cd0f942769cdf582a9942b /mod | |
parent | 20bdcb037f29824bcb0c8307526c0e95baa7b360 (diff) | |
parent | e4620179acb9fb7004939c2e0fc8717f9b148ca3 (diff) | |
download | volse-hubzilla-bf3dc80233147a1dab9f034a192750f765d0436b.tar.gz volse-hubzilla-bf3dc80233147a1dab9f034a192750f765d0436b.tar.bz2 volse-hubzilla-bf3dc80233147a1dab9f034a192750f765d0436b.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php index 631ceb3c2..d6ebf9e90 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -629,6 +629,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.'), '$account_settings' => $account_settings )); |