mirror of
https://github.com/ppy/osu
synced 2025-01-28 16:53:02 +00:00
Make home string keys more specific
This commit is contained in:
parent
0ff143d4c8
commit
6a847faea9
@ -22,12 +22,12 @@ namespace osu.Game.Localisation
|
||||
/// <summary>
|
||||
/// "home"
|
||||
/// </summary>
|
||||
public static LocalisableString HomeHeaderTitle => new TranslatableString(getKey(@"header_title"), @"home");
|
||||
public static LocalisableString HomeHeaderTitle => new TranslatableString(getKey(@"home_header_title"), @"home");
|
||||
|
||||
/// <summary>
|
||||
/// "return to the main menu"
|
||||
/// </summary>
|
||||
public static LocalisableString HomeHeaderDescription => new TranslatableString(getKey(@"header_description"), @"return to the main menu");
|
||||
public static LocalisableString HomeHeaderDescription => new TranslatableString(getKey(@"home_header_description"), @"return to the main menu");
|
||||
|
||||
/// <summary>
|
||||
/// "play some {0}"
|
||||
|
Loading…
Reference in New Issue
Block a user