diff --git a/MASShortcutView.m b/MASShortcutView.m index 27e6ae7..b04658c 100644 --- a/MASShortcutView.m +++ b/MASShortcutView.m @@ -169,7 +169,7 @@ - (void)drawRect:(CGRect)dirtyRect [self getShortcutRect:&shortcutRect hintRect:NULL]; NSString *title = (self.recording ? (_hinting - ? NSLocalizedString(@"Use Old Shortuct", @"Cancel action button for non-empty shortcut in recording state") + ? NSLocalizedString(@"Use Old Shortcut", @"Cancel action button for non-empty shortcut in recording state") : (self.shortcutPlaceholder.length > 0 ? self.shortcutPlaceholder : NSLocalizedString(@"Type New Shortcut", @"Non-empty shortcut button in recording state")))