mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09: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:
@ -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."
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user