Index: /branches/1.0/content/plugins/post_manager/post_manager.php
===================================================================
--- /branches/1.0/content/plugins/post_manager/post_manager.php	(revision 1059)
+++ /branches/1.0/content/plugins/post_manager/post_manager.php	(revision 1060)
@@ -85,5 +85,5 @@
             foreach ($flags as $flag) {
                 $h->readPost($flag->post_id);
-                $output .= "<a href='" . $h->url(array('page'=>$flag->post_id)) . "' title='" . $lang["post_man_flags_title"] . $h->post->title . "'>" . $flag->post_status . "</a>, ";
+                $output .= "<a href='" . $h->url(array('page'=>$flag->post_id)) . "' title='" . $h->lang["post_man_flags_title"] . $h->post->title . "'>" . $flag->post_status . "</a>, ";
             }
             $output = rstrtrim($output, ", ");
