diff options
Diffstat (limited to 'Framework')
| -rw-r--r-- | Framework/MASShortcutView.m | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Framework/MASShortcutView.m b/Framework/MASShortcutView.m index 8540e61..9b27a10 100644 --- a/Framework/MASShortcutView.m +++ b/Framework/MASShortcutView.m @@ -386,7 +386,7 @@ void *kUserDataHint = &kUserDataHint;      else if (data == kUserDataHint) {          return MASLocalizedString(@"Delete shortcut", @"Tooltip for hint button near the non-empty shortcut");      } -    return nil; +    return @"";  }  #pragma mark - Event monitoring | 
