You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: system/Language/en/Images.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
'pngNotSupported' => 'PNG images are not supported.',
22
22
'webpNotSupported' => 'WEBP images are not supported.',
23
23
'fileNotSupported' => 'The supplied file is not a supported image type.',
24
-
'unsupportedImageCreate' => 'Your server does not support the GD function required to process this type of image.',
24
+
'unsupportedImageCreate' => 'Your server does not support the required functionality to process this type of image.',
25
25
'jpgOrPngRequired' => 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.',
26
26
'rotateUnsupported' => 'Image rotation does not appear to be supported by your server.',
27
27
'imageProcessFailed' => 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.',
0 commit comments