Clarify that php-gd is mandatory to export views to PDF

refs #8112
This commit is contained in:
Johannes Meyer 2014-12-18 16:21:25 +01:00
parent 7710fd7b0e
commit cc9ee93311
1 changed files with 2 additions and 2 deletions

View File

@ -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') : (