Add translation key for 'Export CSV' button

This commit is contained in:
Sibo Van Gool 2021-09-16 12:22:11 +02:00
parent a34a6f9bd2
commit 329d66d83f
2 changed files with 2 additions and 1 deletions

View File

@ -948,6 +948,7 @@ FreeformFinSetConfig.lbl.doubleClick2 = to edit
FreeformFinSetConfig.lbl.clickDrag = Click+drag: Add and move points
FreeformFinSetConfig.lbl.ctrlClick = Ctrl+click: Remove point
FreeformFinSetConfig.lbl.scaleFin = Scale Fin
FreeformFinSetConfig.lbl.exportCSV = Export CSV
!TubeFinSetConfig
TubeFinSetCfg.lbl.Nbroffins = Number of fins:

View File

@ -253,7 +253,7 @@ public class FreeformFinSetConfig extends FinSetConfig {
// panel.add(new JLabel("Coordinates:"), "aligny bottom, alignx 50%");
// panel.add(new JLabel(" View:"), "wrap, aligny bottom");
JButton exportCsvButton = new SelectColorButton("Export CSV");
JButton exportCsvButton = new SelectColorButton(trans.get("FreeformFinSetConfig.lbl.exportCSV"));
exportCsvButton.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {