diff --git a/inc/html.php b/inc/html.php
index 9802f9ad9e01e2eacebb50acd2e1d59aa468aedb..f97cd6f1e937956ee19e93648818e4488976deb6 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -542,7 +542,7 @@ function html_recent($first=0){
   print p_locale_xhtml('recent');
 
   if (getNS($ID) != '')
-    print '<div class="level1"><p>' . sprintf($lang['recent_global'], wl('', 'do=recent')) . '</p></div>';
+    print '<div class="level1"><p>' . sprintf($lang['recent_global'], getNS($ID), wl('', 'do=recent')) . '</p></div>';
 
   print '<ul>';
 
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 543b51025f9fd6286f9766bd16d614f597791b09..ffb9dcdde30ee17e393294707c1e45fc1946ae62 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -244,6 +244,6 @@ $lang['mu_authfail']  = 'session expired';
 $lang['mu_progress']  = '@PCT@% uploaded';
 $lang['mu_filetypes'] = 'Allowed Filetypes';
 
-$lang['recent_global'] = 'To view the recent changes of the whole wiki, please <a href="%s">click here</a>.';
+$lang['recent_global'] = 'You\'re currently watching the changes inside the <b>%s</b> namespace. To view the recent changes of the whole wiki, please <a href="%s">click here</a>.';
 
 //Setup VIM: ex: et ts=2 enc=utf-8 :