diff options
| author | Pedro Vieria | 2013-02-06 18:56:31 +0000 | 
|---|---|---|
| committer | Pedro Vieria | 2013-02-06 18:56:31 +0000 | 
| commit | 0266a4cee232d0890ecc7d0c6b850e42cada1c48 (patch) | |
| tree | 74e6076d4f39866b27d1d893c7e9aaac4cc43773 /MASShortcutView.m | |
| parent | 7300a064ec878c7670ee4ccbbf16cb403cb38a31 (diff) | |
| download | MASShortcut-0266a4cee232d0890ecc7d0c6b850e42cada1c48.tar.bz2 | |
fixed mistype
Diffstat (limited to 'MASShortcutView.m')
| -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"))) | 
