Skip to content

Commit

Permalink
Change tooltip text slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Apr 2, 2024
1 parent ed5dd5c commit eca242c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Osu/Edit/PreciseRotationPopover.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private void load()
};
selectionCentreButton.Selected.DisabledChanged += isDisabled =>
{
selectionCentreButton.TooltipText = isDisabled ? "Select more than one circles to perform rotation." : string.Empty;
selectionCentreButton.TooltipText = isDisabled ? "Select more than one objects to perform selection-based rotation." : string.Empty;
};
}

Expand Down

0 comments on commit eca242c

Please sign in to comment.