From 0266a4cee232d0890ecc7d0c6b850e42cada1c48 Mon Sep 17 00:00:00 2001 From: Pedro Vieria Date: Wed, 6 Feb 2013 18:56:31 +0000 Subject: fixed mistype --- MASShortcutView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MASShortcutView.m') 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"))) -- cgit v1.2.3