diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-12-09 16:25:31 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-12-09 16:25:31 +0100 |
commit | 541ddbd6f3c0231f0e7fc0a18d9d54670a808958 (patch) | |
tree | 36dffaea51566829906e4cb322c1991742117a1c /system/language/english/imglib_lang.php | |
parent | 4b6d493593b7400b7fa81d976fd3dc07ad30fe86 (diff) |
added some better error checking for saving files with GD
Diffstat (limited to 'system/language/english/imglib_lang.php')
-rw-r--r-- | system/language/english/imglib_lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php index a587c0b9e..66505da07 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -17,6 +17,7 @@ $lang['imglib_writing_failed_gif'] = "GIF image."; $lang['imglib_invalid_path'] = "The path to the image is not correct."; $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."; /* End of file imglib_lang.php */ |