From 147cd225c9bb101bb0b7bd6f9f74d70c6a66af9f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 25 Feb 2002 20:37:21 +0000 Subject: - Added missing translation, reported by Nick. --- modules/blog/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog/blog.module') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 60b36c446..0cd85231d 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -302,7 +302,7 @@ function blog_link($type, $node = 0, $main) { $links[] = "nid\" title=\"". t("Edit this blog entry.") ."\">". t("edit this blog") .""; } elseif ($op != "view") { - $links[] = "uid\" title=\"". sprintf(t("Read %s's latest blog entries."), $node->name) ."\">". sprintf("%s's blog", $node->name) .""; + $links[] = "uid\" title=\"". sprintf(t("Read %s's latest blog entries."), $node->name) ."\">". sprintf(t("%s's blog"), $node->name) .""; } } -- cgit v1.2.3