mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 03:42:55 +08:00
Shorten TranslatableString
This commit is contained in:
parent
f92e2094c1
commit
54a8f5b306
@ -27,7 +27,7 @@ namespace osu.Game.Localisation
|
||||
/// <summary>
|
||||
/// "press enter to type message..."
|
||||
/// </summary>
|
||||
public static LocalisableString InGameInputPlaceholder => new TranslatableString(getKey(@"in_game_input_placeholder"), @"press enter to type message...");
|
||||
public static LocalisableString InGameInputPlaceholder => new TranslatableString(getKey(@"in_game_input_placeholder"), @"press enter to chat...");
|
||||
|
||||
private static string getKey(string key) => $"{prefix}:{key}";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user