diff options
Diffstat (limited to 'Framework/MASShortcutValidator.m')
| -rw-r--r-- | Framework/MASShortcutValidator.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Framework/MASShortcutValidator.m b/Framework/MASShortcutValidator.m index 47dd700..6b192bf 100644 --- a/Framework/MASShortcutValidator.m +++ b/Framework/MASShortcutValidator.m @@ -68,7 +68,7 @@ if (equalFlags && equalHotkeyLowercase) { if (explanation) { - *explanation = NSLocalizedString(@"This shortcut cannot be used because it is already used by the menu item ‘%@’.", + *explanation = MASLocalizedString(@"This shortcut cannot be used because it is already used by the menu item ‘%@’.", @"Message for alert when shortcut is already used"); *explanation = [NSString stringWithFormat:*explanation, menuItem.title]; } @@ -95,7 +95,7 @@ ([(__bridge NSNumber *)enabled boolValue])) { if (explanation) { - *explanation = NSLocalizedString(@"This combination cannot be used because it is already used by a system-wide " + *explanation = MASLocalizedString(@"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"); |
