Closed (fixed)
Project:
Textimage
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2011 at 01:27 UTC
Updated:
16 Aug 2012 at 18:31 UTC
I don't know if this is important, but though I'd bring it to your attention.
In the textimage.install file in textimage_requirements() the code goes to a bit of effort to establish a translation function:
<?php
// Ensure translations don't break at install time
$t = get_t();
?>
However there is still one instance in the function of directly calling t():
<?php
$requirements['textimage_gd']['description'] = t('The GD library for PHP is enabled, but was compiled without FreeType support. Please check the <a href="@url">PHP image documentation</a> for information on how to correct this.', array('@url' => 'http://www.php.net/manual/en/ref.image.php'));
?>
Comments
Comment #1
wundo commentedFixed! Thanks