From 1afe94bd46a7cf54d27be4adef32eacae85a5bbe Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 2 Nov 2012 17:48:11 +0200 Subject: [PATCH] Sitemap: links title issue #61 --- plugins/box/sitemap/sitemap.plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/box/sitemap/sitemap.plugin.php b/plugins/box/sitemap/sitemap.plugin.php index 4bcf4a9..83c9858 100644 --- a/plugins/box/sitemap/sitemap.plugin.php +++ b/plugins/box/sitemap/sitemap.plugin.php @@ -151,7 +151,7 @@ if (count(Plugin::$components) > 0) { foreach (Plugin::$components as $component) { - if ($component !== 'pages' && $component !== 'sitemap') $components[] = ucfirst($component); + if ($component !== 'pages' && $component !== 'sitemap') $components[] = __(ucfirst($component), $component); } }