diff options
author | Go MAEDA <maeda@farend.jp> | 2019-05-12 03:55:56 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-05-12 03:55:56 +0000 |
commit | c4a4133178b83c2c115df1947302c785b2885467 (patch) | |
tree | 10aeb523e06a613a9b8942b67cae947a23b2b4e9 /config/locales/en-GB.yml | |
parent | a5b9632772294981b5c96fb5f8273a386d84f90c (diff) | |
download | redmine-c4a4133178b83c2c115df1947302c785b2885467.tar.gz redmine-c4a4133178b83c2c115df1947302c785b2885467.zip |
Render PDF thumbnail using ImageMagick/GhostScript (#22481).
Patch by Gregor Schmidt.
git-svn-id: http://svn.redmine.org/redmine/trunk@18158 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en-GB.yml')
-rw-r--r-- | config/locales/en-GB.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 8b744afbb..67a7f4b4b 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1087,6 +1087,7 @@ en-GB: current password setting_mail_handler_excluded_filenames: Exclude attachments by name text_convert_available: ImageMagick convert available (optional) + text_gs_available: ImageMagick PDF support available (optional) label_link: Link label_only: only label_drop_down_list: drop-down list |