1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Add missing key

This commit is contained in:
kj415j45 2021-08-12 09:14:49 +08:00
parent b2986e99d3
commit 2cc89f50cc
No known key found for this signature in database
GPG Key ID: 54226D868052F383

View File

@ -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}";
}