mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 06:00:25 +08:00
Use better name for string
This commit is contained in:
@@ -257,7 +257,7 @@ namespace osu.Game.Localisation
|
||||
/// <summary>
|
||||
/// "No beatmaps match your filter criteria!"
|
||||
/// </summary>
|
||||
public static LocalisableString NoFilteredBeatmaps => new TranslatableString(getKey(@"no_filtered_beatmaps"), @"No beatmaps match your filter criteria!");
|
||||
public static LocalisableString NoMatchingBeatmapsDescription => new TranslatableString(getKey(@"no_matching_beatmaps_description"), @"No beatmaps match your filter criteria!");
|
||||
|
||||
private static string getKey(string key) => $@"{prefix}:{key}";
|
||||
}
|
||||
|
||||
@@ -148,7 +148,7 @@ namespace osu.Game.Screens.SelectV2
|
||||
}
|
||||
else
|
||||
{
|
||||
textFlow.AddParagraph(SongSelectStrings.NoFilteredBeatmaps);
|
||||
textFlow.AddParagraph(SongSelectStrings.NoMatchingBeatmapsDescription);
|
||||
textFlow.AddParagraph(string.Empty);
|
||||
|
||||
if (!string.IsNullOrEmpty(filter?.SearchText))
|
||||
|
||||
Reference in New Issue
Block a user