From e5fd6713078d2db7145aac80b4743048a2432fc8 Mon Sep 17 00:00:00 2001
From: Kjartan Mannes <kjartan@2.no-reply.drupal.org>
Date: Sun, 14 Apr 2002 20:40:27 +0000
Subject: [PATCH] - made a typo in one of the updated t()'s.

---
 modules/blog.module      | 2 +-
 modules/blog/blog.module | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/blog.module b/modules/blog.module
index f2d59e67e62b..f0445c119c12 100644
--- a/modules/blog.module
+++ b/modules/blog.module
@@ -302,7 +302,7 @@ function blog_link($type, $node = 0, $main) {
       $links[] = "<a href=\"module.php?mod=node&op=edit&id=$node->nid\" title=\"". t("Edit this blog entry.") ."\">". t("edit this blog") ."</a>";
     }
     else {
-      $links[] = "<a href=\"module.php?mod=blog&op=view&id=$node->uid\" title=\"". strtr(t("Read %u's latest blog entries."), array("%u" => $node->name)) ."\">". strtr(t("%u's blog"), array("%u", $node->name)) ."</a>";
+      $links[] = "<a href=\"module.php?mod=blog&op=view&id=$node->uid\" title=\"". strtr(t("Read %u's latest blog entries."), array("%u" => $node->name)) ."\">". strtr(t("%u's blog"), array("%u" => $node->name)) ."</a>";
     }
   }
 
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index f2d59e67e62b..f0445c119c12 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -302,7 +302,7 @@ function blog_link($type, $node = 0, $main) {
       $links[] = "<a href=\"module.php?mod=node&op=edit&id=$node->nid\" title=\"". t("Edit this blog entry.") ."\">". t("edit this blog") ."</a>";
     }
     else {
-      $links[] = "<a href=\"module.php?mod=blog&op=view&id=$node->uid\" title=\"". strtr(t("Read %u's latest blog entries."), array("%u" => $node->name)) ."\">". strtr(t("%u's blog"), array("%u", $node->name)) ."</a>";
+      $links[] = "<a href=\"module.php?mod=blog&op=view&id=$node->uid\" title=\"". strtr(t("Read %u's latest blog entries."), array("%u" => $node->name)) ."\">". strtr(t("%u's blog"), array("%u" => $node->name)) ."</a>";
     }
   }
 
-- 
GitLab