Browse Source

win-capture: Remove the redundant "-" in the CSGO launch option and Steam url language code

田七不甜 2 years ago
parent
commit
03691eb0a9

+ 2 - 2
plugins/win-capture/data/compatibility.json

@@ -13,8 +13,8 @@
             "game_capture": true,
             "window_capture": false,
             "window_capture_wgc": false,
-            "message": "CS:GO may require the <code>--allow_third_party_software</code> launch option to use Game Capture.",
-            "url": "https://help.steampowered.com/en/faqs/view/09A0-4879-4353-EF95#whitelist"
+            "message": "CS:GO may require the <code>-allow_third_party_software</code> launch option to use Game Capture.",
+            "url": "https://help.steampowered.com/faqs/view/09A0-4879-4353-EF95#whitelist"
         },
         {
             "name": "Electron",

+ 1 - 1
plugins/win-capture/data/locale/en-US.ini

@@ -47,7 +47,7 @@ Compatibility.GameCapture.WrongGPU="If the preview is blank, make sure %name% is
 Compatibility.WindowCapture.BitBlt="%name% may not be capturable using the selected Capture Method (BitBlt)."
 
 # Specific compatibility messages
-Compatibility.Application.CSGO="CS:GO may require the <code>--allow_third_party_software</code> launch option to use Game Capture."
+Compatibility.Application.CSGO="CS:GO may require the <code>-allow_third_party_software</code> launch option to use Game Capture."
 Compatibility.Application.ElectronGameCapture="Games built on Electron cannot be captured using Game Capture. Use Window Capture or Display Capture instead."
 Compatibility.Application.ElectronBitBlt="Electron-based applications may not be capturable using the selected Capture Method (BitBlt)."
 Compatibility.Application.Minecraft="If you're having issues capturing Minecraft: Java Edition, check our troubleshooting guide."