mirror of
https://github.com/ppy/osu
synced 2025-01-20 13:00:54 +00: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:
parent
368eadd8d1
commit
2be40f36f7
@ -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."
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user