Commit 00d47d53 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Modified some resources names to use global.*.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1447 b35dd754-fafc-0310-a699-88a17e54d16e
parent bacfbe23
......@@ -28,7 +28,7 @@
<% admin.init(request, response, session, application, out ); %>
<%!
static final String NONE = LocaleUtils.getLocalizedString("logviewer.none");
static final String NONE = LocaleUtils.getLocalizedString("global.none");
static final String ERROR = "error";
static final String INFO = "info";
......@@ -374,7 +374,7 @@ IFRAME {
</table>
</div>
</td>
<td nowrap><fmt:message key="logviewer.refresh" /></td>
<td nowrap><fmt:message key="global.refresh" />:</td>
<td nowrap>
<select size="1" name="refresh" onchange="this.form.submit();">
<% for (int j=0; j<REFRESHES.length; j++) {
......@@ -384,7 +384,7 @@ IFRAME {
<% } %>
</select>
(<fmt:message key="logviewer.seconds" />)
(<fmt:message key="global.seconds" />)
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment