Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/sdlmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp
index a4e8d6677..b85932fd0 100644
--- a/src/gui/sdlmain.cpp
+++ b/src/gui/sdlmain.cpp
@@ -4315,7 +4315,7 @@ void Config_Add_SDL() {
Pmulti->Set_help(mouse_control_help);
Pmulti = sdl_sec->AddMultiVal("sensitivity", deprecated, ",");
- Pmulti->Set_help("Moved [mouse] section; see documentation as values have different meaning now.");
+ Pmulti->Set_help("Moved to [mouse] section.");
pbool = sdl_sec->Add_bool("raw_mouse_input", deprecated, false);
pbool->Set_help("Moved to [mouse] section.");