1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 00:02:54 +08:00

Reword options item to include "screenshot"

This commit is contained in:
smoogipoo 2018-04-13 17:30:02 +09:00
parent ebe36f0612
commit 826a8552e5

View File

@ -33,7 +33,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
},
new SettingsCheckbox
{
LabelText = "Capture menu cursor",
LabelText = "Show menu cursor in screenshots",
Bindable = config.GetBindable<bool>(OsuSetting.ScreenshotCaptureMenuCursor)
}
};