Browse Source

国际化

master
kerry 7 years ago
parent
commit
a0945fc5b3
  1. 2
      designer_base/src/com/fr/design/gui/frpane/RegPane.java

2
designer_base/src/com/fr/design/gui/frpane/RegPane.java

@ -498,7 +498,7 @@ public class RegPane extends BasicPane {
this.setLayout(FRGUIPaneFactory.createLabelFlowLayout());
initRegErrorMsgField();
// this.setBorder(BorderFactory.createEmptyBorder(5, 10, 5, 5));
this.add(new UILabel("错误提示" + ":"));
this.add(new UILabel(Inter.getLocText("FR-Designer_Widget_Error_Tip") + ":"));
regErrorMsgField = new UITextField(10);
this.add(regErrorMsgField);
}

Loading…
Cancel
Save