forked from I2P_Developers/i2p.i2p
Rename _() for translation to _t() for Java 9 compatibility (ticket #1456)
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
<%@include file="summaryajax.jsi" %>
|
||||
</head><body onload="initAjax()">
|
||||
<%@include file="summary.jsi" %>
|
||||
<h1><%=intl._("Web Application Not Running")%></h1>
|
||||
<h1><%=intl._t("Web Application Not Running")%></h1>
|
||||
<div class="sorry" id="warning">
|
||||
<%=intl._("The requested web application is not running.")%>
|
||||
<%=intl._("Please visit the {0}config clients page{1} to start it.", "<a href=\"/configclients.jsp#webapp\" target=\"_top\">", "</a>")%>
|
||||
<%=intl._t("The requested web application is not running.")%>
|
||||
<%=intl._t("Please visit the {0}config clients page{1} to start it.", "<a href=\"/configclients.jsp#webapp\" target=\"_top\">", "</a>")%>
|
||||
</div></body></html>
|
||||
|
Reference in New Issue
Block a user