Index: /branches/2.1.0/catalog/admin/includes/languages/fr_FR/modules/pages/ggsitemap.txt
===================================================================
--- /branches/2.1.0/catalog/admin/includes/languages/fr_FR/modules/pages/ggsitemap.txt (revision 2848)
+++ /branches/2.1.0/catalog/admin/includes/languages/fr_FR/modules/pages/ggsitemap.txt (revision 3683)
@@ -36,5 +36,4 @@
 $lang['google sitemaps already submitted']='If you have not already submitted the sitemap index to Google click the link below.';
 $lang['google sitemaps highly reccommend']='Before you do I HIGHLY recommend that you view the XML files to make sure the data is correct.';
-$lang['google sitemaps convenience']='For your convenience here is the CRON command for your site:';
 $lang['google sitemaps here index']='Here is your sitemap index: ';
 $lang['google sitemaps here product']='Here is your product sitemap: ';
Index: /branches/2.1.0/catalog/admin/includes/modules/pages/ggsitemap.php
===================================================================
--- /branches/2.1.0/catalog/admin/includes/modules/pages/ggsitemap.php (revision 3157)
+++ /branches/2.1.0/catalog/admin/includes/modules/pages/ggsitemap.php (revision 3683)
@@ -103,6 +103,5 @@
       self::$list[]= __('google sitemaps highly reccommend');
       self::$list[]= urldecode($google->GenerateSubmitURL()) . "\n\n";
-      self::$list[]= __('google sitemaps convenience');
-      self::$list[]= 'php ' . dirname($_SERVER['SCRIPT_FILENAME']) . '/sitemaps.php' ;
+
       self::$list[]= __('google sitemaps here index') .' '. $google->base_url . 'sitemapindex.xml' ;
       self::$list[]= __('google sitemaps here product').' ' . $google->base_url . 'sitemapproducts.xml' ;
