Change name to format settings panel
This commit is contained in:
parent
e6622c7326
commit
ecb831175e
@ -552,7 +552,7 @@ SimExpPan.border.Vartoexport = Variables to export
|
||||
SimExpPan.border.Stage = Stage to export
|
||||
SimExpPan.but.Selectall = Select all
|
||||
SimExpPan.but.Selectnone = Select none
|
||||
SimExpPan.border.StorageSettings = Storage settings
|
||||
SimExpPan.border.FormatSettings = Format settings
|
||||
SimExpPan.lbl.Fieldsepstr = Field separator string:
|
||||
SimExpPan.lbl.longA1 = <html>The string used to separate the fields in the exported file.<br>
|
||||
SimExpPan.lbl.longA2 = Use ',' for a Comma Separated Values (CSV) file.
|
||||
|
@ -54,9 +54,9 @@ public class CsvOptionPanel extends JPanel {
|
||||
|
||||
// TODO: HIGH: Rename the translation keys
|
||||
|
||||
// Storage settings panel
|
||||
// Format settings panel
|
||||
panel = new JPanel(new MigLayout("fill"));
|
||||
panel.setBorder(BorderFactory.createTitledBorder(trans.get("SimExpPan.border.StorageSettings")));
|
||||
panel.setBorder(BorderFactory.createTitledBorder(trans.get("SimExpPan.border.FormatSettings")));
|
||||
|
||||
//// Field separation
|
||||
label = new JLabel(trans.get("SimExpPan.lbl.Fieldsepstr"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user