diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-16 20:09:17 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-16 20:09:17 +0000 |
commit | da568f2a3e6e3f7ba074be7dc7cf5961cd6f4731 (patch) | |
tree | 85e1fe94e468ae4d43054627dcb7bfb00e3fbabf | |
parent | ab190206e75a11316753a73decffd5516e6945b9 (diff) | |
download | brdo-da568f2a3e6e3f7ba074be7dc7cf5961cd6f4731.tar.gz brdo-da568f2a3e6e3f7ba074be7dc7cf5961cd6f4731.tar.bz2 |
#943056 by Dave Reid: Fixed Incorrect capitalization of 'URL' in description of [user:edit-url] token
-rw-r--r-- | modules/user/user.tokens.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.tokens.inc b/modules/user/user.tokens.inc index 0c5f88b84..5c543984d 100644 --- a/modules/user/user.tokens.inc +++ b/modules/user/user.tokens.inc @@ -39,7 +39,7 @@ function user_token_info() { ); $user['edit-url'] = array( 'name' => t("Edit URL"), - 'description' => t("The url of the account edit page."), + 'description' => t("The URL of the account edit page."), ); $user['last-login'] = array( |