[Scummvm-git-logs] scummvm master -> 9b3abdb286538946b93cc4af7ccf4638a4b864e3
lotharsm
noreply at scummvm.org
Sun Dec 3 20:51:06 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9b3abdb286 IOS7: Fix broken character in help screen
Commit: 9b3abdb286538946b93cc4af7ccf4638a4b864e3
https://github.com/scummvm/scummvm/commit/9b3abdb286538946b93cc4af7ccf4638a4b864e3
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-03T21:50:51+01:00
Commit Message:
IOS7: Fix broken character in help screen
Changed paths:
backends/platform/ios7/ios7_osys_misc.mm
diff --git a/backends/platform/ios7/ios7_osys_misc.mm b/backends/platform/ios7/ios7_osys_misc.mm
index 6855c79acc4..febbcc63298 100644
--- a/backends/platform/ios7/ios7_osys_misc.mm
+++ b/backends/platform/ios7/ios7_osys_misc.mm
@@ -250,7 +250,7 @@ _s("Touch Controls"),
"ios-help.zip",
_s(
"## Touch control modes\n"
-"The touch control mode can be changed by tapping or clicking on the controller icon in the upper right corner, by swiping two fingers from left to right or in the global settings From the Launcher, go to **Global Options > BackenChoose the preferred touch mode. Itâs possible to configure the touch mode for three situations (ScummVM menus, 2D games and 3D games).\n"
+"The touch control mode can be changed by tapping or clicking on the controller icon in the upper right corner, by swiping two fingers from left to right or in the global settings From the Launcher, go to **Global Options > Backend > Choose the preferred touch mode**. It's possible to configure the touch mode for three situations (ScummVM menus, 2D games and 3D games).\n"
"\n"
"### Direct mouse \n"
"\n"
More information about the Scummvm-git-logs
mailing list