Skip to content

Commit 5f77ebf

Browse files
committed
Use locale for Local file property
https://obsproject.com/mantis/view.php?id=1432
1 parent 36d0d35 commit 5f77ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obs-browser-plugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ static obs_properties_t *browser_source_get_properties(void *data)
170170

171171
obs_property_set_modified_callback(prop, is_local_file_modified);
172172
obs_properties_add_path(props, "local_file",
173-
obs_module_text("Local file"), OBS_PATH_FILE,
173+
obs_module_text("LocalFile"), OBS_PATH_FILE,
174174
"*.*", path->array);
175175
obs_properties_add_text(props, "url", obs_module_text("URL"),
176176
OBS_TEXT_DEFAULT);

0 commit comments

Comments
 (0)