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
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ private void load()
};
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;
};
}