more logs.jsp tagging

This commit is contained in:
zzz
2009-12-26 19:54:27 +00:00
parent ba9f05ca06
commit 1fc32c5e6f
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ public class LogsHelper extends HelperBase {
return "";
else {
str = str.replaceAll("<", "&lt;").replaceAll(">", "&gt;");
return "Location:<b><code> " + f.getAbsolutePath() + "</code></b> <pre>" + str + "</pre>";
return _("File location") + ":<b><code> " + f.getAbsolutePath() + "</code></b> <pre>" + str + "</pre>";
}
}