From da568f2a3e6e3f7ba074be7dc7cf5961cd6f4731 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 16 Oct 2010 20:09:17 +0000 Subject: [PATCH] #943056 by Dave Reid: Fixed Incorrect capitalization of 'URL' in description of [user:edit-url] token --- modules/user/user.tokens.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/user.tokens.inc b/modules/user/user.tokens.inc index 0c5f88b840b..5c543984d74 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(