From 64b6942e75cbc5c4965d19481de640e62787de2b Mon Sep 17 00:00:00 2001 From: H Craig Miller <68821492+hcraigmiller@users.noreply.github.com> Date: Sat, 31 Dec 2022 23:47:37 -0800 Subject: [PATCH] Update ExampleDesignFileAction.java Changes requested by @SiboVG --- .../gui/main/ExampleDesignFileAction.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/swing/src/net/sf/openrocket/gui/main/ExampleDesignFileAction.java b/swing/src/net/sf/openrocket/gui/main/ExampleDesignFileAction.java index 712164a1d..64abf6dc0 100644 --- a/swing/src/net/sf/openrocket/gui/main/ExampleDesignFileAction.java +++ b/swing/src/net/sf/openrocket/gui/main/ExampleDesignFileAction.java @@ -29,23 +29,23 @@ public final class ExampleDesignFileAction extends JMenu { private static final String[] exampleFileOrder = { // Examples of basic rockets "A simple model rocket", - "A staged rocket", - "A three-stage rocket", - "A trial TARC payload rocket", - "A tube fin rocket", + "Two-stage rocket", + "Three-stage rocket", + "TARC payload rocket", + "Tube fin rocket", null, // Examples demonstrating complex rocket features "Airstart timing", - "Chute release deployment", - "Dual recovery deployment", - "Motor cluster", + "Chute release", + "Dual parachute deployment", + "Clustered motors", "Parallel booster staging", "Pods--airframes and winglets", "Pods--powered with recovery deployment", null, // Examples demonstrating customized functionality "Presets", - "Simulation extensions ", + "Simulation extensions", "Simulation extensions and scripting" };