diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-06-08 07:09:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-06-08 07:09:02 +0000 |
commit | f770b7861e7292bf173efcdd06cbd595b1511d3d (patch) | |
tree | 927cec8e2a4696e2a43ca7dd6db53a7bc4b0d159 /modules/user.module | |
parent | 68129fd539c48e600a1402e05c7b3a2eff2c2d89 (diff) | |
download | brdo-f770b7861e7292bf173efcdd06cbd595b1511d3d.tar.gz brdo-f770b7861e7292bf173efcdd06cbd595b1511d3d.tar.bz2 |
- Small detail in the help.
Diffstat (limited to 'modules/user.module')
-rw-r--r-- | modules/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module index c3f869ca2..7a46c9b25 100644 --- a/modules/user.module +++ b/modules/user.module @@ -488,7 +488,7 @@ function user_block() { if (variable_get("user_register", 1)) { $output .= "» ". lm(t("Register"), array("mod" => "user", "op" => "register"), "", array("title" => t("Create a new user account."))) ."<br />\n"; } - $output .= "» ". lm(t("New password"), array("mod" => "user", "op" => "password"), "", array("title" => t("Request new password via e-mail"))); + $output .= "» ". lm(t("New password"), array("mod" => "user", "op" => "password"), "", array("title" => t("Request new password via e-mail."))); $block[1]["content"] = $output; } |