UI: add back Data-block 'show_hidden_files_datablocks' name

This name didn't indicate items in the ID data-block browser will be hidden too.

Reverts part of:
ad707115d5
This commit is contained in:
Campbell Barton 2019-06-17 13:02:34 +10:00
parent a1ef2e4b16
commit 5364e62b05
1 changed files with 1 additions and 1 deletions

View File

@ -5437,7 +5437,7 @@ static void rna_def_userdef_filepaths(BlenderRNA *brna)
prop = RNA_def_property(srna, "show_hidden_files_datablocks", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "uiflag", USER_HIDE_DOT);
RNA_def_property_ui_text(prop,
"Hide Dot Files/Libraries",
"Hide Dot Files/Data-blocks",
"Hide files and data-blocks if their name start with a dot (.*)");
prop = RNA_def_property(srna, "use_filter_files", PROP_BOOLEAN, PROP_NONE);