Merge remote-tracking branch 'origin/GP-1-dragonmacher-spelling-fix'

This commit is contained in:
Ryan Kurtz
2026-07-15 04:44:11 -04:00
@@ -451,7 +451,7 @@ public class ApplyMarkupPropertyEditor implements OptionsEditor {
useFunctionNamespaceLabel = new GDLabel("Replace Namespace", SwingConstants.RIGHT);
useFunctionNamespaceLabel.setToolTipText(USE_NAMESPACE_TOOLTIP);
useEmptyCompositesLabel = new GDLabel("Use Emtpy Composite Types", SwingConstants.RIGHT);
useEmptyCompositesLabel = new GDLabel("Use Empty Composite Types", SwingConstants.RIGHT);
useEmptyCompositesLabel.setToolTipText(USE_EMPTY_COMPOSITES_TOOLTIP);
}