From 216e20f03442e6ea32e980387d34ff757db70724 Mon Sep 17 00:00:00 2001 From: lia Date: Thu, 1 Mar 2007 09:49:57 +0000 Subject: [PATCH] content: bugfix #3622 : language in e_status --- e107_plugins/content/e_status.php | 7 +++++-- .../content/languages/English/lan_content_admin.php | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/e107_plugins/content/e_status.php b/e107_plugins/content/e_status.php index 6f87fbe7c..e3869c5f8 100644 --- a/e107_plugins/content/e_status.php +++ b/e107_plugins/content/e_status.php @@ -1,12 +1,15 @@ db_Count("pcontent", "(*)", "WHERE LEFT(content_parent,1) != '0' AND content_refer != 'sa'"); if($total == 0){ -$text .= "
Content: ".$total."
"; +$text .= "
".CONTENT_STATUS_LAN_1." ".$total."
"; }else{ -$text .= "
Content: ".$total."
"; +$text .= "
".CONTENT_STATUS_LAN_1." ".$total."
"; } $maincat = $sql -> db_Select("pcontent", "content_id, content_heading", "LEFT(content_parent,1) = '0' ORDER BY content_heading"); $text .= "