diff --git a/editor.macros/src/org/netbeans/modules/editor/macros/Bundle.properties b/editor.macros/src/org/netbeans/modules/editor/macros/Bundle.properties --- a/editor.macros/src/org/netbeans/modules/editor/macros/Bundle.properties +++ b/editor.macros/src/org/netbeans/modules/editor/macros/Bundle.properties @@ -54,6 +54,6 @@ # Invalid macro message macro-malformed=Syntax error in "{0}" macro. -macro-unknown-action=Macro "{0}" uses uknown action "{1}". +macro-unknown-action=Macro "{0}" uses unknown action "{1}". macro-loop=Recursive call of "{0}" macro. macro-not-found=Can''t find macro bound to "{0}" shortcut.