From 50f662feef96288eff0405e85bef8e4f19a8d20e Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Mon, 8 Jul 2019 18:59:47 +0200 Subject: MacGui: fix start toolbar button tooltip. Fixes #2184. --- macosx/HBController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx') diff --git a/macosx/HBController.m b/macosx/HBController.m index fe2326e77..7dbbf7182 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -407,7 +407,7 @@ static void *HBControllerQueueCoreContext = &HBControllerQueueCoreContext; { _ripToolbarItem.image = [NSImage imageNamed: @"encode"]; _ripToolbarItem.label = _queue.pendingItemsCount > 0 ? NSLocalizedString(@"Start Queue", @"Toolbar Start/Stop Item") : NSLocalizedString(@"Start", @"Toolbar Start/Stop Item"); - _pauseToolbarItem.toolTip = NSLocalizedString(@"Start Encoding", @"Toolbar Start/Stop Item"); + _ripToolbarItem.toolTip = NSLocalizedString(@"Start Encoding", @"Toolbar Start/Stop Item"); } } -- cgit v1.2.3