Change Bulk Head to Bulkhead

This commit is contained in:
SiboVG 2022-02-21 03:34:43 +01:00
parent 12cefe099c
commit 263b3957f2
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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);

View File

@ -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"),