1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Update plurals in editor rotate button tooltip

Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
Nguyên Minh Hồ 2024-04-02 12:36:44 +07:00 committed by GitHub
parent eca242c1c7
commit 6642702fa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};
}