Update playback control tooltips.

CQTexperiment
Dzmitry Neviadomski 2021-02-21 01:38:52 +03:00
parent 85e27e7496
commit 604edc8099
2 changed files with 6 additions and 6 deletions

View File

@ -132,10 +132,7 @@ void* kAppControllerContext = &kAppControllerContext;
- (void)awakeFromNib
{
[[totalTimeField cell] setBackgroundStyle:NSBackgroundStyleRaised];
[[playbackButtons cell] setToolTip:NSLocalizedString(@"PlayButtonTooltip", @"") forSegment: 1];
[[playbackButtons cell] setToolTip:NSLocalizedString(@"PrevButtonTooltip", @"") forSegment: 0];
[[playbackButtons cell] setToolTip:NSLocalizedString(@"NextButtonTooltip", @"") forSegment: 2];
[self.infoButton setToolTip:NSLocalizedString(@"InfoButtonTooltip", @"")];
[self.infoButtonMini setToolTip:NSLocalizedString(@"InfoButtonTooltip", @"")];
[shuffleButton setToolTip:NSLocalizedString(@"ShuffleButtonTooltip", @"")];

View File

@ -281,8 +281,11 @@
/* Class = "NSSegmentedCell"; 1538.ibShadowedToolTips[1] = "Play"; ObjectID = "1538"; */
"1538.ibShadowedToolTips[1]" = "Play";
/* Class = "NSSegmentedCell"; 1538.ibShadowedToolTips[2] = "Next"; ObjectID = "1538"; */
"1538.ibShadowedToolTips[2]" = "Next";
/* Class = "NSSegmentedCell"; 1538.ibShadowedToolTips[2] = "Stop"; ObjectID = "1538"; */
"1538.ibShadowedToolTips[2]" = "Stop";
/* Class = "NSSegmentedCell"; 1538.ibShadowedToolTips[3] = "Next"; ObjectID = "1538"; */
"1538.ibShadowedToolTips[3]" = "Next";
/* Class = "NSToolbarItem"; label = "Playback Control"; ObjectID = "1539"; */
"1539.label" = "Playback Control";