From e5fd6713078d2db7145aac80b4743048a2432fc8 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sun, 14 Apr 2002 20:40:27 +0000 Subject: - made a typo in one of the updated t()'s. --- 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 f2d59e67e..f0445c119 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") .""; } else { - $links[] = "uid\" title=\"". strtr(t("Read %u's latest blog entries."), array("%u" => $node->name)) ."\">". strtr(t("%u's blog"), array("%u", $node->name)) .""; + $links[] = "uid\" title=\"". strtr(t("Read %u's latest blog entries."), array("%u" => $node->name)) ."\">". strtr(t("%u's blog"), array("%u" => $node->name)) .""; } } -- cgit v1.2.3