diff options
-rw-r--r-- | macosx/HBController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index 8b55d6343..f28b15c03 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -361,7 +361,7 @@ [toolbarItem setImage:[NSImage imageNamed:@"source"]]; [toolbarItem setLabel:NSLocalizedString(@"Open Source", nil)]; [toolbarItem setPaletteLabel:NSLocalizedString(@"Open Source", nil)]; - [toolbarItem setToolTip:NSLocalizedString(@"Open source and scan the selected title", nil)]; + [toolbarItem setToolTip:NSLocalizedString(@"Open Source", nil)]; return YES; } } |