Give the stats page some consideration.

This commit is contained in:
z3d
2009-07-28 22:53:33 +00:00
parent 22b1d5fe75
commit fb1a6534dc
6 changed files with 9 additions and 10 deletions

View File

@ -22,7 +22,7 @@ public class OldConsoleHelper extends HelperBase {
return baos.toString();
}
} catch (IOException ioe) {
return "<b>Error rending the console</b>";
return "<b>Error displaying the console.</b>";
}
}
@ -38,7 +38,7 @@ public class OldConsoleHelper extends HelperBase {
return baos.toString();
}
} catch (IOException ioe) {
return "<b>Error rending the console</b>";
return "<b>Error displaying the console.</b>";
}
}
}