Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/gallery/INSTALL.txt,v
retrieving revision 1.8.2.2
diff -u -w -r1.8.2.2 INSTALL.txt
--- INSTALL.txt	31 Dec 2006 21:00:22 -0000	1.8.2.2
+++ INSTALL.txt	4 Feb 2007 15:36:30 -0000
@@ -64,7 +64,8 @@
  3. g2image. If you install g2image http://g2image.steffensenfamily.com as either a standalone or
              TinyMCE plugin you will have an excellent image chooser for Drupal/Gallery2. The
              configuration is automatic when you hit the "Save configuration' button on the gallery
-             settings page.
+             settings page. See http://drupal.galleryembedded.com/index.php/G2Image for 
+             installation instructions.
 
 Troubleshooting
 ---------------
Index: gallery_settings.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/gallery/gallery_settings.inc,v
retrieving revision 1.7.2.4
diff -u -w -r1.7.2.4 gallery_settings.inc
--- gallery_settings.inc	31 Dec 2006 22:14:00 -0000	1.7.2.4
+++ gallery_settings.inc	4 Feb 2007 15:36:30 -0000
@@ -982,7 +982,7 @@
     case 'tinymce':
       $mode = t('TinyMCE');
       $path = drupal_get_path('module', 'tinymce');
-      $path .= '/tinymce/jscripts/tiny_mce/plugins/g2image';
+      $path .= '/includes/jscripts/tiny_mce/plugins/g2image';
       break;
     case 'standalone':
       $mode = t('Standalone');
@@ -998,7 +998,7 @@
   if (is_writable($filename) == false && !file_check_directory($path)) {
     $results['gallery_g2image']['title'] = $title;
     $results['gallery_g2image']['warning'] = true;       
-    $results['gallery_g2image']['notice'] = t('g2image does not seem to be installed for @mode mode in the required directory (@dir), or the directory is not writable. Please see the INSTALL.txt for instructions.', array('@mode' => $mode, '@dir' => '&lt;drupal_path&gt;'.$path));
+    $results['gallery_g2image']['notice'] = t('g2image does not seem to be installed for @mode mode in the required directory (@dir), or the directory is not writable. Please see the INSTALL.txt for instructions.', array('@mode' => $mode, '@dir' => '<drupal_path>/'.$path));
     $num_warnings++;
     return array($num_errors, $num_warnings, $results['gallery_g2image']);    
   }  
