From fa80db235c4d0d5d9e769252b94c3d6901596537 Mon Sep 17 00:00:00 2001 From: ikawhero Date: Fri, 10 Mar 2006 08:42:08 +0000 Subject: [PATCH] Minor change to language string --- blog/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/edit.php b/blog/edit.php index ba13664164..f3e9a268b9 100755 --- a/blog/edit.php +++ b/blog/edit.php @@ -141,7 +141,7 @@ if ($editid != '') { // User is editing a post } if (isset($post->postid) && ($post->postid != -1) ) { - $formHeading = get_string('updateentrywithid', 'blog') . $post->postid; + $formHeading = get_string('updateentrywithid', 'blog', $post->postid); } else { $formHeading = get_string('addnewentry', 'blog'); } -- 2.39.5