diff --git a/designer-base/src/com/fr/design/menu/KeySetUtils.java b/designer-base/src/com/fr/design/menu/KeySetUtils.java index 949d5334c4..e95b51e958 100644 --- a/designer-base/src/com/fr/design/menu/KeySetUtils.java +++ b/designer-base/src/com/fr/design/menu/KeySetUtils.java @@ -592,7 +592,7 @@ public class KeySetUtils { @Override public String getMenuName() { - return Inter.getLocText("M_Report-Report_Background"); + return Inter.getLocText("Fine-Designer_Report_Background"); } @Override diff --git a/designer-realize/src/com/fr/design/report/ReportBackgroundPane.java b/designer-realize/src/com/fr/design/report/ReportBackgroundPane.java index f3c8a6ee81..7c8c3de822 100644 --- a/designer-realize/src/com/fr/design/report/ReportBackgroundPane.java +++ b/designer-realize/src/com/fr/design/report/ReportBackgroundPane.java @@ -21,8 +21,8 @@ public class ReportBackgroundPane extends BasicPane { backgroundPane = new BackgroundPane(); this.add(backgroundPane, BorderLayout.CENTER); - isPrintBackgroundCheckBox = new UICheckBox(Inter.getLocText("FR-Designer_Print_Background")); - isExportBackgroundCheckBox = new UICheckBox(Inter.getLocText("FR-Designer_Export_Background")); + isPrintBackgroundCheckBox = new UICheckBox(Inter.getLocText("Fine-Designer_Print_Background")); + isExportBackgroundCheckBox = new UICheckBox(Inter.getLocText("Fine-Designer_Export_Background")); JPanel sourth = new JPanel(); sourth.add(isExportBackgroundCheckBox); sourth.add(isPrintBackgroundCheckBox); @@ -31,7 +31,7 @@ public class ReportBackgroundPane extends BasicPane { @Override protected String title4PopupWindow() { - return Inter.getLocText("M_Report-Report_Background"); + return Inter.getLocText("Fine-Designer_Report_Background"); } /**