Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
fixed mistype
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovieira committed Feb 6, 2013
1 parent 7300a06 commit 0266a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MASShortcutView.m
Expand Up @@ -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")))
Expand Down

0 comments on commit 0266a4c

Please sign in to comment.