diff --git a/GitUp/Application/Document.m b/GitUp/Application/Document.m index 32b37aef..9b45a118 100644 --- a/GitUp/Application/Document.m +++ b/GitUp/Application/Document.m @@ -763,6 +763,7 @@ - (void)_updateStatusBar { NSRect frame = _pullButton.frame; if (isBehind) { _pullButton.image = [NSImage imageNamed:@"icon_action_fetch_new"]; + _pullButton.toolTip = NSLocalizedString(@"Local tip is behind - pull current branch from upstream", nil); _pullButton.frame = NSMakeRect(frame.origin.x + frame.size.width - 53, frame.origin.y, 53, frame.size.height); } else { _pullButton.image = [NSImage imageNamed:@"icon_action_fetch"];