list_supermasters.php
changeset 110 455405c757e1
parent 82 c255196bc447
child 119 f74e4f88b680
--- a/list_supermasters.php	Sat Mar 29 18:01:53 2008 +0000
+++ b/list_supermasters.php	Sun Mar 30 09:20:38 2008 +0000
@@ -27,7 +27,7 @@
 
 $supermasters = get_supermasters();
 
-echo "     <h2>" . _('List all supermasters') . "</h2>\n";  
+echo "     <h2>" . _('List supermasters') . "</h2>\n";  
 echo "     <table>\n";
 echo "      <tr>\n";
 echo "       <th>&nbsp;</th>\n";
@@ -39,7 +39,7 @@
 	echo "      <tr>\n";
 	echo "       <td class=\"n\">&nbsp;</td>\n";
 	echo "       <td class=\"n\" colspan=\"3\">\n";
-	echo "        " . _('No supermasters in this listing, sorry.') . "\n";
+	echo "        " . _('There are no zones to show in this listing.') . "\n";
 	echo "       </td>\n";
 	echo "      </tr>\n";
 } else {