From 2d5d1b3eca87b40dc66f41e65f5ea49f9b0e01b0 Mon Sep 17 00:00:00 2001 From: Remington Holder Date: Sun, 20 Mar 2022 22:08:03 -0400 Subject: [PATCH] Changes "Save As PNG" to "Export Image" - Change improves application uniformity --- core/resources/l10n/messages.properties | 2 +- swing/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {