summaryrefslogtreecommitdiffstats
path: root/system/language
diff options
context:
space:
mode:
authorKN4CK3R <admin@oldschoolhack.me>2016-02-12 22:31:15 +0100
committerKN4CK3R <admin@oldschoolhack.me>2016-02-12 22:31:15 +0100
commit1be0f05e3f70a369e9e3e5153d0f786c0d2dface (patch)
tree6be4bba0e53204fd02b6ae9a0a026dff41310985 /system/language
parent24adbfc5e163de9da72f59e36be6c0ac02bf10c2 (diff)
return false when image isn't valid
Diffstat (limited to 'system/language')
-rw-r--r--system/language/english/imglib_lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php
index 7f23233b4..0f3ba0f59 100644
--- a/system/language/english/imglib_lang.php
+++ b/system/language/english/imglib_lang.php
@@ -51,6 +51,7 @@ $lang['imglib_libpath_invalid'] = 'The path to your image library is not correct
$lang['imglib_image_process_failed'] = 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.';
$lang['imglib_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.';
$lang['imglib_invalid_path'] = 'The path to the image is not correct.';
+$lang['imglib_invalid_image'] = 'The provided image is not valid.';
$lang['imglib_copy_failed'] = 'The image copy routine failed.';
$lang['imglib_missing_font'] = 'Unable to find a font to use.';
$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.';