From 7fdad0cdb5f8de928bd4809747bd17977f28aad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be> Date: Mon, 19 Jun 2017 14:03:01 +0200 Subject: [PATCH] Fixed typo --- setup/class_setupStepChecks.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/class_setupStepChecks.inc b/setup/class_setupStepChecks.inc index dc8da0e70..e66d2461f 100644 --- a/setup/class_setupStepChecks.inc +++ b/setup/class_setupStepChecks.inc @@ -34,7 +34,7 @@ class setupStepChecks extends setupStep ) ), 'setup' => array( - 'name' => _('PHP setup configuration (<a href="?info" target="_blank">show information)</a>)'), + 'name' => _('PHP setup configuration (<a href="?info" target="_blank">show information</a>)'), 'template' => get_template_path("setup_checks.tpl", TRUE, dirname(__FILE__)), 'attrs' => array( new FakeAttribute('config_checks') -- GitLab