mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-08-17 18:38:32 +08:00
Merge remote-tracking branch 'origin/GP-1-dragonmacher-spelling-fix'
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user