Correct raw screenshot tooltip

Watermarks are actually applied by the OS, not the game,
as the tooltip previously wrongly stated.
However, per #5952, games can also react to screenshots,
which also is not supported.
This commit is contained in:
Willi Schinmeyer 2024-09-06 21:11:04 +02:00
parent 30d7253e26
commit ede3f0f5b8
2 changed files with 2 additions and 2 deletions

View File

@ -234,7 +234,7 @@
"ControllerSettingsDPadLeft": "Links",
"ControllerSettingsDPadRight": "Rechts",
"ControllerSettingsRawScreenshot": "Unbearbeiteter Screenshot",
"ControllerSettingsRawScreenshotTooltip": "Macht ein Bildschirmfoto, ohne das Spiel zu informieren, sodass keine Wasserzeichen hinzugefügt werden.",
"ControllerSettingsRawScreenshotTooltip": "Macht ein Bildschirmfoto ohne Wasserzeichen etc.",
"ControllerSettingsStickButton": "Button",
"ControllerSettingsStickUp": "Hoch",
"ControllerSettingsStickDown": "Runter",

View File

@ -235,7 +235,7 @@
"ControllerSettingsDPadLeft": "Left",
"ControllerSettingsDPadRight": "Right",
"ControllerSettingsRawScreenshot": "Raw Screenshot",
"ControllerSettingsRawScreenshotTooltip": "Takes a screenshot without informing the game, so no watermarks will be added.",
"ControllerSettingsRawScreenshotTooltip": "Takes a screenshot without any watermarks etc.",
"ControllerSettingsStickButton": "Button",
"ControllerSettingsStickUp": "Up",
"ControllerSettingsStickDown": "Down",