mac-virtualcam: Improve 'not found' error message

This commit is contained in:
jcm
2024-07-31 17:51:56 -05:00
committed by Ryan Foster
parent 3b266fec22
commit b0faf38a76
@@ -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."