This commit is contained in:
hiddenz
2011-01-17 19:26:41 +00:00
parent 99405b7dff
commit 2ea05f01eb

View File

@ -238,7 +238,7 @@
String cHost= indexBean.getClientInterface(curClient);
if ("".equals(cHost)) {
out.write("<font color=\"red\">");
out.write(intl._("Hort not set"));
out.write(intl._("Host not set"));
out.write("</font>");
} else {
out.write(cHost);