mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 14:03:01 +08:00
Add missing key
This commit is contained in:
parent
b2986e99d3
commit
2cc89f50cc
@ -112,7 +112,7 @@ namespace osu.Game.Localisation
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Show menu cursor in screenshots"
|
/// "Show menu cursor in screenshots"
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString ShowCursorInScreenshots => new TranslatableString(getKey(@""), @"Show menu cursor in screenshots");
|
public static LocalisableString ShowCursorInScreenshots => new TranslatableString(getKey(@"show_cursor_in_screenshots"), @"Show menu cursor in screenshots");
|
||||||
|
|
||||||
private static string getKey(string key) => $"{prefix}:{key}";
|
private static string getKey(string key) => $"{prefix}:{key}";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user