diff options
| -rw-r--r-- | MASShortcutView.m | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/MASShortcutView.m b/MASShortcutView.m index 27e6ae7..b04658c 100644 --- a/MASShortcutView.m +++ b/MASShortcutView.m @@ -169,7 +169,7 @@          [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"))) | 
