mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Reword binding text to read better
This commit is contained in:
parent
e294069e2f
commit
684db27bb8
@ -130,14 +130,14 @@ namespace osu.Game.Localisation
|
||||
public static LocalisableString SelectNext => new TranslatableString(getKey(@"select_next"), @"Next selection");
|
||||
|
||||
/// <summary>
|
||||
/// "Previous group selection"
|
||||
/// "Select previous group"
|
||||
/// </summary>
|
||||
public static LocalisableString SelectPreviousGroup => new TranslatableString(getKey(@"select_previous_group"), @"Previous group selection");
|
||||
public static LocalisableString SelectPreviousGroup => new TranslatableString(getKey(@"select_previous_group"), @"Select previous group");
|
||||
|
||||
/// <summary>
|
||||
/// "Next group selection"
|
||||
/// "Select next group"
|
||||
/// </summary>
|
||||
public static LocalisableString SelectNextGroup => new TranslatableString(getKey(@"select_next_group"), @"Next group selection");
|
||||
public static LocalisableString SelectNextGroup => new TranslatableString(getKey(@"select_next_group"), @"Select next group");
|
||||
|
||||
/// <summary>
|
||||
/// "Home"
|
||||
|
Loading…
Reference in New Issue
Block a user