Skip to content

Commit

Permalink
fix module name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CatxFish committed Aug 18, 2018
1 parent 260d780 commit dc138ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/motion-filter/motion-filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ static const char *motion_filter_get_name(void *unused)
}

OBS_DECLARE_MODULE()
OBS_MODULE_USE_DEFAULT_LOCALE("motion-transitions", "en-US")
OBS_MODULE_USE_DEFAULT_LOCALE("motion-filter", "en-US")

struct obs_source_info motion_filter = {
.id = "motion-filter",
Expand Down
2 changes: 1 addition & 1 deletion src/motion-transition/motion-transition.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ static const char *motion_transition_get_name(void *unused)
}

OBS_DECLARE_MODULE()
OBS_MODULE_USE_DEFAULT_LOCALE("motion-transitions", "en-US")
OBS_MODULE_USE_DEFAULT_LOCALE("motion-transition", "en-US")

struct obs_source_info motion_transition = {
.id = "motion-transition",
Expand Down

0 comments on commit dc138ca

Please sign in to comment.