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:
parent
6a3824a61d
commit
3469265e17
1 changed files with 7 additions and 4 deletions
|
@ -207,10 +207,13 @@ final class PhabricatorFilesConfigOptions
|
||||||
array(
|
array(
|
||||||
pht('Enable'),
|
pht('Enable'),
|
||||||
pht('Disable'),
|
pht('Disable'),
|
||||||
))->setDescription(
|
))
|
||||||
pht("This option will enable animated gif images".
|
->setDescription(
|
||||||
"to be set as profile pictures. The 'convert' binary ".
|
pht(
|
||||||
"should be available to the webserver for this to work")),
|
'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.')),
|
||||||
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue