mirror of https://github.com/ppy/osu
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 @@ private void load()
|
||||||
};
|
};
|
||||||
selectionCentreButton.Selected.DisabledChanged += isDisabled =>
|
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