Skip to content

Commit 331409a

Browse files
FlamefireFlow86
authored andcommitted
Rename smart-cursor option in ingame dialog
Fixes #1795
1 parent 3185f2f commit 331409a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/s25main/ingameWindows/iwSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ iwSettings::iwSettings()
7373
AddCheckBox(ID_cbInvertMouse, curPos, cbSize, TextureColor::Grey, _("Invert Mouse Pan"), NormalFont, false)
7474
->setChecked(SETTINGS.interface.invertMouse);
7575
curPos.y += cbSize.y + 3;
76-
AddCheckBox(ID_cbSmartCursor, curPos, cbSize, TextureColor::Grey, _("Smart cursor placement"), NormalFont, false)
76+
AddCheckBox(ID_cbSmartCursor, curPos, cbSize, TextureColor::Grey, _("Smart Cursor"), NormalFont, false)
7777
->setChecked(SETTINGS.global.smartCursor)
7878
->SetTooltip(_("Place cursor on default button for new dialogs / action windows (default)"));
7979
curPos.y += cbSize.y + 3;

0 commit comments

Comments
 (0)