Skip to content

Commit

Permalink
Update plurals in editor rotate button tooltip
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
  • Loading branch information
honguyenminh and Joehuu committed Apr 2, 2024
1 parent eca242c commit 6642702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Osu/Edit/PreciseRotationPopover.cs
Expand Up @@ -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;
};
}

Expand Down

0 comments on commit 6642702

Please sign in to comment.