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