Change Bulk Head to Bulkhead
This commit is contained in:
parent
12cefe099c
commit
263b3957f2
@ -1570,7 +1570,7 @@ ComponentIcons.RailButton = Rail Buttons
|
||||
ComponentIcons.Innertube = Inner Tube
|
||||
ComponentIcons.Tubecoupler = Tube Coupler
|
||||
ComponentIcons.Centeringring = Centering Ring
|
||||
ComponentIcons.Bulkhead = Bulk Head
|
||||
ComponentIcons.Bulkhead = Bulkhead
|
||||
ComponentIcons.Engineblock = Engine Block
|
||||
ComponentIcons.Parachute = Parachute
|
||||
ComponentIcons.Streamer = Streamer
|
||||
|
@ -1474,7 +1474,7 @@ Parachute.Parachute = Parachute
|
||||
! ShockCord
|
||||
ShockCord.ShockCord = Hanglijn
|
||||
! Bulkhead
|
||||
Bulkhead.Bulkhead = Bulkhead
|
||||
Bulkhead.Bulkhead = Schot
|
||||
! CenteringRing
|
||||
CenteringRing.CenteringRing = Centreerring
|
||||
! EngineBlock
|
||||
@ -1523,7 +1523,7 @@ ComponentIcons.RailButton = Geleidingsknop
|
||||
ComponentIcons.Innertube = Binnenbuis
|
||||
ComponentIcons.Tubecoupler = Buiskoppeling
|
||||
ComponentIcons.Centeringring = Centereerring
|
||||
ComponentIcons.Bulkhead = Bulk head
|
||||
ComponentIcons.Bulkhead = Schot
|
||||
ComponentIcons.Engineblock = Motorblok
|
||||
ComponentIcons.Parachute = Parachute
|
||||
ComponentIcons.Streamer = Streamer
|
||||
|
@ -1378,7 +1378,7 @@ ComponentIcons.Launchlug = Launch Lug
|
||||
ComponentIcons.Innertube = Inner Tube
|
||||
ComponentIcons.Tubecoupler = Tube Coupler
|
||||
ComponentIcons.Centeringring = Centering Ring
|
||||
ComponentIcons.Bulkhead = Bulk Head
|
||||
ComponentIcons.Bulkhead = Bulkhead
|
||||
ComponentIcons.Engineblock = Engine Block
|
||||
ComponentIcons.Parachute = Parachute
|
||||
ComponentIcons.Streamer = Streamer
|
||||
|
@ -32,7 +32,7 @@ public class BulkHeadDTO extends BaseComponentDTO {
|
||||
*
|
||||
* @param thePreset the preset
|
||||
*
|
||||
* @throws net.sf.openrocket.util.BugException thrown if the expected bulk head keys are not in the preset
|
||||
* @throws net.sf.openrocket.util.BugException thrown if the expected bulkhead keys are not in the preset
|
||||
*/
|
||||
public BulkHeadDTO(final ComponentPreset thePreset) {
|
||||
super(thePreset);
|
||||
|
@ -70,7 +70,7 @@ public class ComponentIcons {
|
||||
load("tubecoupler", trans.get("ComponentIcons.Tubecoupler"), TubeCoupler.class);
|
||||
//// Centering ring
|
||||
load("centeringring", trans.get("ComponentIcons.Centeringring"), CenteringRing.class);
|
||||
//// Bulk head
|
||||
//// Bulkhead
|
||||
load("bulkhead", trans.get("ComponentIcons.Bulkhead"), Bulkhead.class);
|
||||
// // Engine block
|
||||
load("engineblock", trans.get("ComponentIcons.Engineblock"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user