mirror of
https://github.com/ppy/osu
synced 2025-01-01 03:42:19 +00:00
Add missing key
This commit is contained in:
parent
b2986e99d3
commit
2cc89f50cc
@ -112,7 +112,7 @@ namespace osu.Game.Localisation
|
||||
/// <summary>
|
||||
/// "Show menu cursor in screenshots"
|
||||
/// </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}";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user