1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:43:00 +08:00

Change tooltip text slightly

This commit is contained in:
Dean Herbert 2024-04-02 13:17:16 +08:00
parent ed5dd5c8cd
commit eca242c1c7
No known key found for this signature in database

View File

@ -70,7 +70,7 @@ namespace osu.Game.Rulesets.Osu.Edit
};
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;
};
}