parent
7710fd7b0e
commit
cc9ee93311
|
@ -461,8 +461,8 @@ class WebWizard extends Wizard implements SetupWizard
|
||||||
mt('setup', 'PHP Module: GD'),
|
mt('setup', 'PHP Module: GD'),
|
||||||
mt(
|
mt(
|
||||||
'setup',
|
'setup',
|
||||||
'In case you want icons being exported to PDF as'
|
'In case you want views being exported to PDF,'
|
||||||
. ' well, you\'ll need the GD extension for PHP.'
|
. ' you\'ll need the GD extension for PHP.'
|
||||||
),
|
),
|
||||||
Platform::extensionLoaded('gd'),
|
Platform::extensionLoaded('gd'),
|
||||||
Platform::extensionLoaded('gd') ? mt('setup', 'The PHP module GD is available') : (
|
Platform::extensionLoaded('gd') ? mt('setup', 'The PHP module GD is available') : (
|
||||||
|
|
Loading…
Reference in New Issue