#943056 by Dave Reid: Fixed Incorrect capitalization of 'URL' in description of [user:edit-url] token
parent
ab190206e7
commit
da568f2a3e
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue