Corrected FIXME for localization.
This commit is contained in:
parent
05b43a2f41
commit
b034eccd43
@ -182,6 +182,7 @@ edtmotorconfdlg.title.Renameconf = Rename Flight Configuration
|
||||
edtmotorconfdlg.title.Selectdeploymentconf = Select Deployment Configuration
|
||||
edtmotorconfdlg.title.Selectignitionconf = Select Ignition Configuration
|
||||
edtmotorconfdlg.title.Selectseparationconf = Select Separation Configuration
|
||||
edtmotorconfdlg.lbl.Selectedconf = Selected flight configuration:
|
||||
edtmotorconfdlg.selectcomp = <html>Select which components function as motor mounts:
|
||||
edtmotorconfdlg.lbl.Configname = Configuration name:
|
||||
edtmotorconfdlg.lbl.Motortab = Motors
|
||||
|
@ -56,7 +56,7 @@ public class FlightConfigurationDialog extends JDialog {
|
||||
JPanel panel = new JPanel(new MigLayout("fill"));
|
||||
|
||||
// FIXME: Localize
|
||||
JLabel label = new JLabel("Selected flight configuration:");
|
||||
JLabel label = new JLabel(trans.get("edtmotorconfdlg.lbl.Selectedconf"));
|
||||
panel.add(label, "span, split");
|
||||
|
||||
flightConfigurationModel = new FlightConfigurationModel(rocket.getDefaultConfiguration());
|
||||
|
Loading…
x
Reference in New Issue
Block a user