Skip to content
Snippets Groups Projects
Commit e7f11eea authored by buczekp's avatar buczekp
Browse files

minor: fixed text label

SVN: 12624
parent d6474ae6
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ public final class GenericSampleViewer extends AbstractViewer<IGenericClientServ
{
CheckBox result = new CheckBox();
result.setId(getId() + SHOW_ONLY_DIRECTLY_CONNECTED_CHECKBOX_ID_POSTFIX);
result.setBoxLabel(Dict.SHOW_ONLY_DIRECTLY_CONNECTED);
result.setBoxLabel(viewContext.getMessage(Dict.SHOW_ONLY_DIRECTLY_CONNECTED));
result.setValue(true);
return result;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment