diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-13 14:25:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-13 14:25:59 +0000 |
commit | 1e05ca59fa6644d874c76111d27c1d72b86c4112 (patch) | |
tree | f0482911c5b63adab2e6efe0a81403db396a638b /modules/user/user.module | |
parent | d2fc4b69f7d5be2b620851f8618935b291812ef2 (diff) | |
download | brdo-1e05ca59fa6644d874c76111d27c1d72b86c4112.tar.gz brdo-1e05ca59fa6644d874c76111d27c1d72b86c4112.tar.bz2 |
- Patch #682870 by jhodgdon, asimmonds: fixed UI spelling typos.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index e33da5de8..f427074b0 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -778,7 +778,7 @@ function user_permission() { ), 'cancel account' => array( 'title' => t('Cancel own user account'), - 'description' => t('Note: content may be kept, unpublished, deleted or transfered to the %anonymous-name user depending on the configured <a href="@user-settings-url">user settings</a>.', array('%anonymous-name' => variable_get('anonymous', t('Anonymous')), '@user-settings-url' => url('admin/config/people/accounts'))), + 'description' => t('Note: content may be kept, unpublished, deleted or transferred to the %anonymous-name user depending on the configured <a href="@user-settings-url">user settings</a>.', array('%anonymous-name' => variable_get('anonymous', t('Anonymous')), '@user-settings-url' => url('admin/config/people/accounts'))), ), 'select account cancellation method' => array( 'title' => t('Select method for cancelling own account'), |