0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

UI: Fix capitalization of "WebSocket"

This commit is contained in:
Wooster 2023-08-17 15:09:56 +02:00 committed by Lain
parent 737b21230d
commit 655cc23d7f
2 changed files with 3 additions and 3 deletions

View File

@ -127,11 +127,11 @@ AlreadyRunning.LaunchAnyway="Launch Anyway"
# warning if auto Safe Mode has engaged
AutoSafeMode.Title="Safe Mode"
AutoSafeMode.Text="OBS did not shut down properly during your last session.\n\nWould you like to start in Safe Mode (third-party plugins, scripting, and websockets disabled)?"
AutoSafeMode.Text="OBS did not shut down properly during your last session.\n\nWould you like to start in Safe Mode (third-party plugins, scripting, and WebSockets disabled)?"
AutoSafeMode.LaunchSafe="Run in Safe Mode"
AutoSafeMode.LaunchNormal="Run Normally"
## Restart Option
SafeMode.Restart="Do you want to restart OBS in Safe Mode (third-party plugins, scripting, and websockets disabled)?"
SafeMode.Restart="Do you want to restart OBS in Safe Mode (third-party plugins, scripting, and WebSockets disabled)?"
SafeMode.RestartNormal="Do you want to restart OBS in Normal Mode?"
ChromeOS.Title="Unsupported Platform"

View File

@ -3437,7 +3437,7 @@ int main(int argc, char *argv[])
"--portable, -p: Use portable mode.\n"
#endif
"--multi, -m: Don't warn when launching multiple instances.\n\n"
"--safe-mode: Run in Safe Mode (disables third-party plugins, scripting, and websockets).\n"
"--safe-mode: Run in Safe Mode (disables third-party plugins, scripting, and WebSockets).\n"
"--only-bundled-plugins: Only load included (first-party) plugins\n"
"--disable-shutdown-check: Disable unclean shutdown detection.\n"
"--verbose: Make log more verbose.\n"