Skip to content

Commit

Permalink
Fix name not being translated
Browse files Browse the repository at this point in the history
  • Loading branch information
cg2121 committed May 1, 2021
1 parent 7d79bc3 commit 4e6d35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct decklink_output_filter_context {
static const char *decklink_output_filter_get_name(void *unused)
{
UNUSED_PARAMETER(unused);
return "DecklinkOutput";
return obs_module_text("DecklinkOutput");
}

static void render_preview_source(void *data, uint32_t cx, uint32_t cy)
Expand Down

0 comments on commit 4e6d35b

Please sign in to comment.