made some changes getting ready to release it
[editimage_extension] / EditImage.i18n.php
index f19659c7ee8f5ed7baaf10e58babe39d95cd617b..4731333424787dfaa7bfe1f3a0f3c58942359b4b 100644 (file)
@@ -2,6 +2,7 @@
 $messages = array();
 $messages['en'] = array( 
     'editimage' => 'Edit Image',
-    'cropimage' => 'Crop Image'
+    'cropimage' => 'Crop Image',
+    '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.'
 );
 ?>

Benjamin Mako Hill || Want to submit a patch?