IDEMPIERE-1579 Range provision in general lookup window / i18n

This commit is contained in:
Carlos Ruiz 2013-12-05 18:13:29 -05:00
parent c0bb3e76f3
commit 3b341a569a
1 changed files with 2 additions and 2 deletions

View File

@ -1085,7 +1085,7 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
div.appendChild(fieldEditor);
if (editorTo != null) {
ToolBarButton editorFlag = new ToolBarButton();
editorFlag.setLabel(".. to ..");
editorFlag.setLabel(".. " + Msg.getMsg(Env.getCtx(), "search.result.to") + " ..");
editorFlag.setStyle("margin-left: 5px; margin-right: 5px;");
m_sEditorsFlag.add(editorFlag);
editorFlag.setMode("toggle");