summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-16 20:09:17 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-16 20:09:17 +0000
commitda568f2a3e6e3f7ba074be7dc7cf5961cd6f4731 (patch)
tree85e1fe94e468ae4d43054627dcb7bfb00e3fbabf
parentab190206e75a11316753a73decffd5516e6945b9 (diff)
downloadbrdo-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.inc2
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(