Commit 7fdad0cd authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixed typo

Showing with 1 addition and 1 deletion
+1 -1
...@@ -34,7 +34,7 @@ class setupStepChecks extends setupStep ...@@ -34,7 +34,7 @@ class setupStepChecks extends setupStep
) )
), ),
'setup' => array( '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__)), 'template' => get_template_path("setup_checks.tpl", TRUE, dirname(__FILE__)),
'attrs' => array( 'attrs' => array(
new FakeAttribute('config_checks') new FakeAttribute('config_checks')
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment