[fix] both Create Stage buttons now create stages with the same name
- reads the value of `Stage.Stage` from 'core/resources/l10n/messages.properties' - currently "Stage"
This commit is contained in:
parent
f41f9c1ae4
commit
a9efed4288
@ -619,8 +619,7 @@ public class RocketActions {
|
|||||||
ComponentConfigDialog.hideDialog();
|
ComponentConfigDialog.hideDialog();
|
||||||
|
|
||||||
RocketComponent stage = new AxialStage();
|
RocketComponent stage = new AxialStage();
|
||||||
//// Booster stage
|
|
||||||
stage.setName(trans.get("RocketActions.ActBoosterstage"));
|
|
||||||
//// Add stage
|
//// Add stage
|
||||||
document.addUndoPosition("Add stage");
|
document.addUndoPosition("Add stage");
|
||||||
rocket.addChild(stage);
|
rocket.addChild(stage);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user