Closed (fixed)
Project:
Signwriter
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2008 at 10:48 UTC
Updated:
8 Jun 2009 at 12:30 UTC
Line 625 is
drupal_set_message(t("Unable to generate a signwriter image. It may be that your font was not found by the freetype library. Do you have GD and Freetype installed? Check the output of phpinfo().", 'error'));
'error' parameter should be in drupal_set_message() and not in t():
drupal_set_message(t("Unable to generate a signwriter image. It may be that your font was not found by the freetype library. Do you have GD and Freetype installed? Check the output of phpinfo()."), 'error');
Comments
Comment #1
pivica commentedComment #2
agileware commentedThis has been fixed in 5.x-1.x-dev