From b1e502efd66041983bb57e4b51ab28dc02cd5d56 Mon Sep 17 00:00:00 2001 From: xiaohu Date: Fri, 1 Apr 2016 11:28:26 +0800 Subject: [PATCH] update --- .../chart/gui/data/table/BubblePlotTableDataContentPane.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designer_chart/src/com/fr/design/mainframe/chart/gui/data/table/BubblePlotTableDataContentPane.java b/designer_chart/src/com/fr/design/mainframe/chart/gui/data/table/BubblePlotTableDataContentPane.java index 79f7bfbff5..8e39c83981 100644 --- a/designer_chart/src/com/fr/design/mainframe/chart/gui/data/table/BubblePlotTableDataContentPane.java +++ b/designer_chart/src/com/fr/design/mainframe/chart/gui/data/table/BubblePlotTableDataContentPane.java @@ -55,7 +55,7 @@ public class BubblePlotTableDataContentPane extends AbstractTableDataContentPane new Component[]{new UILabel(" "+Inter.getLocText("Chart-Series_Name")+":"), seriesName}, new Component[]{new UILabel(" " +"x :"), xCombox}, new Component[]{new UILabel(" " +"y :"), yCombox}, - new Component[]{new UILabel(" "+Inter.getLocText("Chart-Bubble_Size")+":"), bubbleSize}, + new Component[]{new UILabel(" "+Inter.getLocText("FR-Chart_Bubble_Size")+":"), bubbleSize}, }; JPanel north = TableLayoutHelper.createTableLayoutPane(components_north,rowSize_north,columnSize_north); north.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 1));