From dfdcd5655ebbb1ffdf1fb25060fd2e89eb4b4cc2 Mon Sep 17 00:00:00 2001 From: Pedro Vieria Date: Wed, 6 Feb 2013 19:21:57 +0000 Subject: Fixed mistypes (double 'used' x2) --- MASShortcut.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MASShortcut.m') diff --git a/MASShortcut.m b/MASShortcut.m index b53a1a6..f03be0e 100644 --- a/MASShortcut.m +++ b/MASShortcut.m @@ -300,7 +300,7 @@ BOOL MASShortcutAllowsAnyHotkeyWithOptionModifier = NO; if (equalFlags && equalHotkeyLowercase) { if (outError) { - NSString *format = NSLocalizedString(@"This shortcut cannot be used used because it is already used by the menu item ‘%@’.", + NSString *format = NSLocalizedString(@"This shortcut cannot be used because it is already used by the menu item ‘%@’.", @"Message for alert when shortcut is already used"); NSDictionary *info = [NSDictionary dictionaryWithObject:[NSString stringWithFormat:format, menuItem.title] forKey:NSLocalizedDescriptionKey]; @@ -327,7 +327,7 @@ BOOL MASShortcutAllowsAnyHotkeyWithOptionModifier = NO; ([(__bridge NSNumber *)flags unsignedIntegerValue] == self.carbonFlags)) { if (outError) { - NSString *description = NSLocalizedString(@"This combination cannot be used used because it is already used by a system-wide " + NSString *description = NSLocalizedString(@"This combination cannot be used because it is already used by a system-wide " @"keyboard shortcut.\nIf you really want to use this key combination, most shortcuts " @"can be changed in the Keyboard & Mouse panel in System Preferences.", @"Message for alert when shortcut is already used by the system"); -- cgit v1.2.3