textimage.module in line 486:
--> drupal_set_message(t('The preset was unable to be updated.', 'error'));

but is must look like:

drupal_set_message(t('The preset was unable to be updated.'), 'error');

cu
dollares

Comments

deciphered’s picture

Version: 5.x-1.2 » 5.x-2.x-dev

Will be fixed in next dev build.

deciphered’s picture

Status: Active » Fixed

Committed to: HEAD, DRUPAL-6--2 and DRUPAL-5--2.

Status: Fixed » Closed (fixed)

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