Skip to content

Commit 4680154

Browse files
committed
Change text for "shutdown when not active" option
to more accurately reflect what it does and to avoid confusion
1 parent fde9cce commit 4680154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obs-browser/main-source.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ static obs_properties_t *browser_source_get_properties(void *data)
107107
obs_properties_add_text(props, "css",
108108
obs_module_text("CSS"), OBS_TEXT_MULTILINE);
109109
obs_properties_add_bool(props, "shutdown",
110-
obs_module_text("Shutdown when not active"));
110+
obs_module_text("Shutdown source when not visible"));
111111
obs_properties_add_bool(props, "restart_when_active",
112112
obs_module_text("Refresh browser when scene becomes active"));
113113

0 commit comments

Comments
 (0)