diff options
-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( |