--- 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> </th>\n";
@@ -39,7 +39,7 @@
echo " <tr>\n";
echo " <td class=\"n\"> </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 {