]> git.mjollnir.org Git - moodle.git/commitdiff
Minor change to language string
authorikawhero <ikawhero>
Fri, 10 Mar 2006 08:42:08 +0000 (08:42 +0000)
committerikawhero <ikawhero>
Fri, 10 Mar 2006 08:42:08 +0000 (08:42 +0000)
blog/edit.php

index ba136641648e2f58888b29b36f6eed5820139e15..f3e9a268b9d2c4f07229d23820558cc8806688e1 100755 (executable)
@@ -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');
 }