summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-06-20 18:29:35 +0000
committerDries Buytaert <dries@buytaert.net>2003-06-20 18:29:35 +0000
commitfbbccada8e30d92fbe87d94a7d6ca4c0c5f4c070 (patch)
tree5eb9f99ff790366829ec816fb7d297e5fab20ce4 /modules/user
parent2ad561af1f396b60de9d82cca72848f0b01108d8 (diff)
downloadbrdo-fbbccada8e30d92fbe87d94a7d6ca4c0c5f4c070.tar.gz
brdo-fbbccada8e30d92fbe87d94a7d6ca4c0c5f4c070.tar.bz2
- Translation improvement. Patch by Stefan.
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index c888868e9..ef085fbe2 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -388,7 +388,7 @@ function user_block($op = "list", $delta = 0) {
$output .= theme("theme_item_list", $items);
- $block["subject"] = t("Log in");
+ $block["subject"] = t("User login");
$block["content"] = "<div style=\"white-space: nowrap;\">$output</div>";
return $block;
}