diff --git a/modules/user.module b/modules/user.module
index c3f869ca2da..7a46c9b252f 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."))) ."
\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;
}
diff --git a/modules/user/user.module b/modules/user/user.module
index c3f869ca2da..7a46c9b252f 100644
--- a/modules/user/user.module
+++ b/modules/user/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."))) ."
\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;
}