Rename button to "Plot" in plot dialog
This commit is contained in:
parent
0114448ea8
commit
dbcd6b5c6a
@ -264,7 +264,7 @@ public class SimulationEditDialog extends JDialog {
|
|||||||
|
|
||||||
plotExportPanel.add(button, "spanx, split 3, align left");
|
plotExportPanel.add(button, "spanx, split 3, align left");
|
||||||
|
|
||||||
JButton ok = new JButton(trans.get("dlg.but.ok"));
|
JButton ok = new JButton(trans.get("SimulationEditDialog.btn.plot"));
|
||||||
ok.addActionListener(new ActionListener() {
|
ok.addActionListener(new ActionListener() {
|
||||||
@Override
|
@Override
|
||||||
public void actionPerformed(ActionEvent e) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user