diff --git a/inc/html.php b/inc/html.php index 2c3fe75..1fa8888 100644 --- a/inc/html.php +++ b/inc/html.php @@ -97,11 +97,7 @@ EOF; if ($post['parent'] == 0) { if (!$isrespage && $post["omitted"] > 0) { - $return .= '' . $post['omitted'] . ' post'; - if ($post["omitted"] != "1") { - $return .= "s"; - } - $return .= ' omitted. Click Reply to view.'; + $return .= '' . $post['omitted'] . ' ' . plural("post", $post["omitted"]) . ' omitted. Click Reply to view.'; } } else { $return .= <<