diff --git a/plugins/globe/start.php b/plugins/globe/start.php
index 10266303817ed734a463e92e50a07d3324fce73e..a5eed5125e2e47502966ce4015e0218612ba5d79 100644
--- a/plugins/globe/start.php
+++ b/plugins/globe/start.php
@@ -18,17 +18,16 @@
     	
     	global $CONFIG;
 		
-		/* Hiding the Globe Tab
+		
 		if (isloggedin()) 
 		{
-			add_menu(elgg_echo('Globe'), $CONFIG->wwwroot . "pg/globe/");
+			add_menu(elgg_echo('Around the World'), $CONFIG->wwwroot . "pg/globe/");
 			//add_menu(elgg_echo('groups:alldiscussion'),$CONFIG->wwwroot."mod/groups/discussions.php");
 		}
 		else
 		{
-			add_menu(elgg_echo('Globe'), $CONFIG->wwwroot . "pg/globe/");
+			add_menu(elgg_echo('Around the World'), $CONFIG->wwwroot . "pg/globe/");
 		}
-		*/