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
@@ -26,7 +26,7 @@
26
26
'unsupportedImageCreate' => 'Your server does not support the GD function required to process this type of image.',
27
27
'jpgOrPngRequired' => 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.',
28
28
'rotateUnsupported' => 'Image rotation does not appear to be supported by your server.',
29
-
'libPathInvalid' => 'The path to your image library is not correct. Please set the correct path in your image preferences. {0, string)',
29
+
'libPathInvalid' => 'The path to your image library is not correct. Please set the correct path in your image preferences. {0}',
30
30
'imageProcessFailed' => 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.',
31
31
'rotationAngleRequired' => 'An angle of rotation is required to rotate the image.',
32
32
'invalidPath' => 'The path to the image is not correct.',
0 commit comments