mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Update plurals in editor rotate button tooltip
Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
parent
eca242c1c7
commit
6642702fa9
@ -70,7 +70,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
};
|
||||
selectionCentreButton.Selected.DisabledChanged += isDisabled =>
|
||||
{
|
||||
selectionCentreButton.TooltipText = isDisabled ? "Select more than one objects to perform selection-based rotation." : string.Empty;
|
||||
selectionCentreButton.TooltipText = isDisabled ? "Select more than one object to perform selection-based rotation." : string.Empty;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user