···11// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
22// See the LICENCE file in the repository root for full licence text.
3344+using osu.Framework.Localisation;
55+46namespace osu.Framework.Graphics.Cursor
57{
68 /// <summary>
···1214 /// <summary>
1315 /// Tooltip text that shows when hovering the drawable.
1416 /// </summary>
1515- string TooltipText { get; }
1717+ LocalisableString TooltipText { get; }
1618 }
1719}