Revision 99 org.gvsig.chart/trunk/org.gvsig.chart/org.gvsig.chart.app/org.gvsig.chart.app.legendplugin/src/main/java/org/gvsig/project/documents/view/legend/gui/ChartLinkedLegendPanel.java

View differences:

ChartLinkedLegendPanel.java
219 219
			outlinePanel = new JPanel();
220 220
			outlinePanel.setLayout(new BorderLayout());
221 221
			outlinePanel.setBorder(BorderFactory.createTitledBorder(null,
222
					PluginServices.getText(this, "Background"),
222
					PluginServices.getText(this, "background_color"),
223 223
					TitledBorder.DEFAULT_JUSTIFICATION,
224 224
					TitledBorder.DEFAULT_POSITION, new Font("Dialog",
225 225
							Font.BOLD, 12), new Color(51, 51, 51)));
......
302 302
	private JCheckBox getJCheckBox() {
303 303
		if (jCheckBox == null) {
304 304
			jCheckBox = new JCheckBox();
305
			jCheckBox.setText(PluginServices.getText(this, "show"));
305
			jCheckBox.setText(PluginServices.getText(this, "Show"));
306 306
			jCheckBox.addChangeListener(new ChangeListener() {
307 307
				public void stateChanged(ChangeEvent e) {
308 308
					// getPreviewChart().setOutlineShow(jCheckBox.isSelected());

Also available in: Unified diff