aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcutView.m
diff options
context:
space:
mode:
authorTomáš Znamenáček2016-11-01 07:52:58 +0100
committerGitHub2016-11-01 07:52:58 +0100
commitb54c1edbf44ec32a25b76b4fc42ef0c82c4bdea4 (patch)
tree37e1a9052a717f78583273aa51804d271fb0856c /Framework/MASShortcutView.m
parentf743bdaa5b4f69bfdcd41de9a787e018398bee29 (diff)
parente73de450add24ad5868e219ad71e43f3c02f0c21 (diff)
downloadMASShortcut-master.tar.bz2
Merge pull request #100 from tonyarnold/enumsHEADmaster
Minor fixes and Swift improvements
Diffstat (limited to 'Framework/MASShortcutView.m')
-rw-r--r--Framework/MASShortcutView.m2
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