diff options
author | Andrey Andreev <narf@devilix.net> | 2014-12-14 16:59:34 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-12-14 16:59:34 +0100 |
commit | c9963f45f648af713e1a46d3fb5bcf018a0758eb (patch) | |
tree | 19077bcc9ace53a0c155b0b4cf0b1e28588d4b27 | |
parent | ab0034bb8a72fc397609ff541182a1819580d761 (diff) |
[ci skip] Remove an unused lang string
Close #3411
-rw-r--r-- | system/language/english/imglib_lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php index 3c9e77027..3b7b459b0 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -50,7 +50,6 @@ $lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be suppo $lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.'; $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_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.'; |