提交 5f07f815 编写于 作者: G gxalpha 提交者: Jim

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
上级 f8aa0289
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"
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册