summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2016-12-20 14:10:53 -0500
committerBradley Sepos <[email protected]>2016-12-20 14:10:53 -0500
commit8f60ff0a123fc8ddfecd5600e4fef08b3948ad82 (patch)
tree41619b1db0789decc0bf07c087bd63cd05ae3914
parent7070d1769ce92ab0981360d863e8cab62153ade7 (diff)
macgui: Revise Open Source toolbar button tooltip.
Was also being set dynamically.
-rw-r--r--macosx/HBController.m2
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;
}
}