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

wundo’s picture

Version: 6.x-2.2 » 6.x-2.x-dev
Status: Active » Fixed

Fixed! Thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.