diff --git a/setup/class_setupStepChecks.inc b/setup/class_setupStepChecks.inc
index 616f25637173a7bb9f0edc6de052b9e53b386f98..9c48022d88a1c9a1c68435a9801fd6a1f22d2919 100644
--- a/setup/class_setupStepChecks.inc
+++ b/setup/class_setupStepChecks.inc
@@ -34,7 +34,7 @@ class setupStepChecks extends setupStep
         ]
       ],
       'setup' => [
-        'name'      => _('PHP setup configuration (<a href="?info" target="_blank">show information</a>)'),
+        'name'      => _('PHP setup configuration'),
         'template'  => get_template_path("setup_checks.tpl", TRUE, dirname(__FILE__)),
         'attrs'     => [
           new FakeAttribute('config_checks')
diff --git a/setup/setup_checks.tpl b/setup/setup_checks.tpl
index 39fc1ec57390ef79f19097343407233387e9ee9c..a0c2070ec8859a5315601fafecd006c37105ce06 100644
--- a/setup/setup_checks.tpl
+++ b/setup/setup_checks.tpl
@@ -1,6 +1,8 @@
 <div id="{$sectionId}" class="plugin-section">
   <span class="legend">
     {if !empty($sectionIcon)}<img src="{$sectionIcon|escape}" alt=""/>{/if}{$section|escape}
+    -
+    <a href="?info" target="_blank">{t}show information{/t}</a>
   </span>
   <div>
     {foreach from=$attributes item=infos}