mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 13:15:08 +08:00
Change tooltip text slightly
This commit is contained in:
parent
ed5dd5c8cd
commit
eca242c1c7
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user