diff --git a/Window/VolumeSlider.m b/Window/VolumeSlider.m index 973269d12..28d048aff 100644 --- a/Window/VolumeSlider.m +++ b/Window/VolumeSlider.m @@ -39,7 +39,7 @@ double value = [self doubleValue]; double volume = linearToLogarithmic(value); - NSString *text = [[NSString alloc] initWithFormat:@"%0.lf", volume]; + NSString *text = [[NSString alloc] initWithFormat:@"%0.lf%%", volume]; NSSize size = [toolTip suggestedSizeForTooltip:text]; NSPoint mouseLocation = [NSEvent mouseLocation];