1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-02 18:08:26 +01:00

Improve config option documentation for Imagemagick

Summary: Fixes T7306. Fixes a typo and improves the text.

Test Plan: reading

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7306

Differential Revision: https://secure.phabricator.com/D11797
This commit is contained in:
epriestley 2015-02-17 15:31:20 -08:00
parent 6a3824a61d
commit 3469265e17

View file

@ -207,10 +207,13 @@ final class PhabricatorFilesConfigOptions
array(
pht('Enable'),
pht('Disable'),
))->setDescription(
pht("This option will enable animated gif images".
"to be set as profile pictures. The 'convert' binary ".
"should be available to the webserver for this to work")),
))
->setDescription(
pht(
'This option will use Imagemagick to rescale images, so animated '.
'GIFs can be thumbnailed and set as profile pictures. Imagemagick '.
'must be installed and the "convert" binary must be available to '.
'the webserver for this to work.')),
);
}