diff --git a/bl-plugins/latest-pages/plugin.php b/bl-plugins/latest-pages/plugin.php index 3420fa5b..09b75eac 100644 --- a/bl-plugins/latest-pages/plugin.php +++ b/bl-plugins/latest-pages/plugin.php @@ -8,7 +8,7 @@ class pluginLatestPages extends Plugin { global $pages; $html = '
Category: '.($page->category() ? $page->category() : $L->get('uncategorized')).'
'; + $html .= '' . $L->g('Category') . ': '.($page->category() ? $page->category() : $L->get('uncategorized')).'
'; $html .= '