diff --git a/core/resources/l10n/messages.properties b/core/resources/l10n/messages.properties index a1019a12f..117978079 100644 --- a/core/resources/l10n/messages.properties +++ b/core/resources/l10n/messages.properties @@ -1274,7 +1274,7 @@ TCMotorSelPan.btn.close = Close ! PlotDialog PlotDialog.CheckBox.Showdatapoints = Show data points PlotDialog.lbl.Chart = left click drag to zoom area. mouse wheel to zoom. ctrl-mouse wheel to zoom x axis only. ctrl-left click drag to pan. right click drag to zoom dynamically. -PlotDialog.btn.saveAsImage = Save As Image +PlotDialog.btn.exportImage = Export Image ComponentTree.ttip.massoverride = mass override ComponentTree.ttip.cgoverride = cg override diff --git a/swing/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java b/swing/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java index 1848c753a..22165524c 100644 --- a/swing/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java +++ b/swing/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java @@ -117,7 +117,7 @@ public class SimulationPlotDialog extends JDialog { panel.add(button, "gapleft rel"); //// Print chart button - button = new SelectColorButton(trans.get("PlotDialog.btn.saveAsImage")); + button = new SelectColorButton(trans.get("PlotDialog.btn.exportImage")); button.addActionListener(new ActionListener() { @Override public void actionPerformed(ActionEvent e) {