made some changes getting ready to release it
[editimage_extension] / EditImage.i18n.php
1 <?php
2 $messages = array();
3 $messages['en'] = array( 
4     'editimage' => 'Edit Image',
5     'cropimage' => 'Crop Image',
6     'editimage-instructions' => 'Use your mouse to select an area in the image below and then click "Crop Image" to crop the image to the size.'
7 );
8 ?>

Benjamin Mako Hill || Want to submit a patch?