1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:47:25 +08:00

Reword popup text to read better (or more vaguely)

Removed some words but also don't mention "smaller" because it's...
musically incorrect and also functionally incorrect – entering 1/[8]
will result in 1/16 also being populated for instance.
This commit is contained in:
Dean Herbert 2022-02-28 15:26:09 +09:00
parent 368eadd8d1
commit 2be40f36f7

View File

@ -288,7 +288,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Text = "All other applicable smaller divisors will be automatically added to the list of presets."
Text = "Related divisors will be added to the list of presets."
}
}
};