Browse Source

pmd locale

master
fr_shine 8 years ago
parent
commit
027b9a0517
  1. 4
      designer_base/src/com/fr/design/gui/style/FormatPane.java

4
designer_base/src/com/fr/design/gui/style/FormatPane.java

@ -121,7 +121,7 @@ public class FormatPane extends AbstractBasicStylePane {
private void iniSampleLable() { private void iniSampleLable() {
Border innterborder = new UIRoundedBorder(UIConstants.LINE_COLOR, 1, 4); Border innterborder = new UIRoundedBorder(UIConstants.LINE_COLOR, 1, 4);
Font tmpFont = null; Font tmpFont = null;
Border border = BorderFactory.createTitledBorder(innterborder, Inter.getLocText("StyleFormat-Sample"), TitledBorder.LEFT, 0, tmpFont, UIConstants.LINE_COLOR); Border border = BorderFactory.createTitledBorder(innterborder, Inter.getLocText("FR-Base_StyleFormat_Sample"), TitledBorder.LEFT, 0, tmpFont, UIConstants.LINE_COLOR);
sampleLabel = new UILabel(FormatField.getInstance().getFormatValue()) { sampleLabel = new UILabel(FormatField.getInstance().getFormatValue()) {
@Override @Override
@ -159,7 +159,7 @@ public class FormatPane extends AbstractBasicStylePane {
* @return 标题 * @return 标题
*/ */
public String title4PopupWindow() { public String title4PopupWindow() {
return Inter.getLocText("Format"); return Inter.getLocText("FR-Base_Format");
} }
/** /**

Loading…
Cancel
Save