Skip to content

Commit 4225d40

Browse files
committed
Update caption option description
1 parent 5ce9792 commit 4225d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SlideshowSettings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function script_properties()
5959
obs.obs_properties_add_int(props, "slideDuration", "Slide duration (ms):", minSlideDuration, maxSlideDuration, 500)
6060
obs.obs_properties_add_bool(props, "startWithAutoplay", "Autoplay")
6161
obs.obs_properties_add_bool(props, "loopSlideshow", "Loop slideshow")
62-
obs.obs_properties_add_bool(props, "captionEnabled", "Add Captaions based on filename")
62+
obs.obs_properties_add_bool(props, "captionEnabled", "Show filename caption")
6363
obs.obs_properties_add_text(props, "browserSourceName", "Browser source name:\n(for use with hotkeys)", obs.OBS_TEXT_DEFAULT)
6464
obs.obs_properties_add_button(props, "refreshButton", "Refresh", refresh_source)
6565
return props

0 commit comments

Comments
 (0)