Просмотр исходного кода

mac-virtualcam: Improve 'not found' error message

jcm 1 год назад
Родитель
Сommit
b0faf38a76
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      plugins/mac-virtualcam/src/obs-plugin/data/locale/en-US.ini

+ 1 - 1
plugins/mac-virtualcam/src/obs-plugin/data/locale/en-US.ini

@@ -1,7 +1,7 @@
 Plugin_Name="macOS Virtual Webcam"
 Error.SystemExtension.NotInstalled="The virtual camera is not installed.\n\nPlease allow OBS to install system software in System Settings → Privacy & Security → Security.\n\nYou may need to restart OBS if this message still appears afterward."
 Error.SystemExtension.NotInstalled.MacOS15="The virtual camera is not installed.\n\nPlease allow OBS to install the camera system extension in System Settings → General → Login Items & Extensions → Camera Extensions.\n\nYou may need to restart OBS if this message still appears afterward."
-Error.SystemExtension.CameraUnavailable="Could not find virtual camera.\n\nPlease try again."
+Error.SystemExtension.CameraUnavailable="Could not find the virtual camera system process.\n\nThis may be resolved by logging out of and back into your macOS user account, or by restarting your computer."
 Error.SystemExtension.CameraNotStarted="Unable to start virtual camera.\n\nPlease try again."
 Error.SystemExtension.InstallationError="An error has occured while installing the virtual camera:"
 Error.SystemExtension.WrongLocation="OBS cannot install the virtual camera if it's not in \"/Applications\". Please move OBS to the \"/Applications\" directory."