Browse Source

UI: Fix capitalization of "WebSocket"

Wooster 2 years ago
parent
commit
655cc23d7f
2 changed files with 3 additions and 3 deletions
  1. 2 2
      UI/data/locale/en-US.ini
  2. 1 1
      UI/obs-app.cpp

+ 2 - 2
UI/data/locale/en-US.ini

@@ -127,11 +127,11 @@ AlreadyRunning.LaunchAnyway="Launch Anyway"
 
 
 # warning if auto Safe Mode has engaged
 # warning if auto Safe Mode has engaged
 AutoSafeMode.Title="Safe Mode"
 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.LaunchSafe="Run in Safe Mode"
 AutoSafeMode.LaunchNormal="Run Normally"
 AutoSafeMode.LaunchNormal="Run Normally"
 ## Restart Option
 ## 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?"
 SafeMode.RestartNormal="Do you want to restart OBS in Normal Mode?"
 
 
 ChromeOS.Title="Unsupported Platform"
 ChromeOS.Title="Unsupported Platform"

+ 1 - 1
UI/obs-app.cpp

@@ -3437,7 +3437,7 @@ int main(int argc, char *argv[])
 				"--portable, -p: Use portable mode.\n"
 				"--portable, -p: Use portable mode.\n"
 #endif
 #endif
 				"--multi, -m: Don't warn when launching multiple instances.\n\n"
 				"--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"
 				"--only-bundled-plugins: Only load included (first-party) plugins\n"
 				"--disable-shutdown-check: Disable unclean shutdown detection.\n"
 				"--disable-shutdown-check: Disable unclean shutdown detection.\n"
 				"--verbose: Make log more verbose.\n"
 				"--verbose: Make log more verbose.\n"