Changes "Save As PNG" to "Export Image"
- Change improves application uniformity
This commit is contained in:
parent
0a45df5167
commit
2d5d1b3eca
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user