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

mac-virtualcam: Update locales

The plugin only uses one of the locales defined, the other ones can be removed.
This also makes the plugin actually use the one remaining string
This commit is contained in:
gxalpha 2020-10-31 13:21:59 +01:00 committed by Jim
parent f8aa02897f
commit 5f07f815f5
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1 @@
UnsupportedResolution_Title="Unsupported resolution"
UnsupportedResolution_Main="Your output resolution not supported. Please use one of the following:"
VirtualCamera_Start="Start Virtual Camera"
VirtualCamera_Stop="Stop Virtual Camera"
Plugin_Name="macOS Virtual Webcam"

View File

@ -108,7 +108,7 @@ static bool check_dal_plugin()
static const char *virtualcam_output_get_name(void *type_data)
{
(void)type_data;
return obs_module_text("macOS Virtual Webcam");
return obs_module_text("Plugin_Name");
}
// This is a dummy pointer so we have something to return from virtualcam_output_create