diff --git a/e107_plugins/gsitemap/admin_config.php b/e107_plugins/gsitemap/admin_config.php
index 11aeae4b4..cc092991a 100644
--- a/e107_plugins/gsitemap/admin_config.php
+++ b/e107_plugins/gsitemap/admin_config.php
@@ -481,14 +481,29 @@ class gsitemap
function instructions()
{
global $ns, $PLUGINS_DIRECTORY;
-
+
+ $LINK_1 = "https://www.google.com/accounts/ServiceLogin?service=sitemaps";
+ $LINK_2 = "http://www.google.com/support/webmasters/?hl=en";
+
+ $srch[0] = "[URL]";
+ $repl[0] = "".$LINK_1."";
+
+ $srch[1] = "[URL2]";
+ $repl[1] = "
".SITEURL."gsitemap.php
";
+
+ $srch[2] = "[";
+ $repl[2] = "";
+
+ $srch[3] = "]";
+ $repl[3] = "";
+
$text = "".GSLAN_33."
- ".GSLAN_34."
- ".GSLAN_35."
- ".GSLAN_36."
- - ".GSLAN_37."
- - ".GSLAN_38."
+ - ".str_replace($srch,$repl,GSLAN_37)."
+ - ".str_replace("[URL]","".$LINK_2."",GSLAN_38)."
";
diff --git a/e107_plugins/gsitemap/languages/English_admin_gsitemap.php b/e107_plugins/gsitemap/languages/English_admin_gsitemap.php
index 30f1a537d..83be134e4 100644
--- a/e107_plugins/gsitemap/languages/English_admin_gsitemap.php
+++ b/e107_plugins/gsitemap/languages/English_admin_gsitemap.php
@@ -51,8 +51,8 @@ define("GSLAN_33", "GSiteMap Instructions");
define("GSLAN_34", "First, create the links you wish to have listed in your sitemap. You can import most of your links by clicking the 'Import' button on the right");
define("GSLAN_35", "If you've chosen to import your links, click 'Import' and then check the links you wish to import");
define("GSLAN_36", "You can also enter individual links manually by clicking 'Create New Entry'");
-define("GSLAN_37", "Once you have some entries, go to https://www.google.com/webmasters/sitemaps/stats and enter the following URL -> ".SITEURL."gsitemap.php - if this url doesn't look right to you, please make sure your site url is correct in admin -> preferences");
-define("GSLAN_38", "For more information on Google Sitemap protocol, go to http://www.google.com/webmasters/sitemaps/docs/en/protocol.html.");
+define("GSLAN_37", "Once you have some entries, go to [URL] and enter the following URL -> ".SITEURL."gsitemap.php - if this url doesn't look right to you, please make sure your site url is correct in admin -> preferences");
+define("GSLAN_38", "For more information on Google Sitemap protocol, go to [URL].");
define("GSLAN_39", "No links in sitemap - import sitelinks?");
define("GSLAN_40", "Google Sitemap Entries");
define('GSLAN_41', "Google Sitemap. For more information on the Google Sitemap protocol, go to http://www.google.com/webmasters/sitemaps/docs/en/protocol.html");