UI: Title case for 'Prefetch Frames' in VSE

This commit is contained in:
Pablo Vazquez 2020-04-28 11:27:05 +02:00
parent a66162e1f6
commit 0372121e17
1 changed files with 2 additions and 2 deletions

View File

@ -2021,8 +2021,8 @@ static void rna_def_editor(BlenderRNA *brna)
prop = RNA_def_property(srna, "use_prefetch", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "cache_flag", SEQ_CACHE_PREFETCH_ENABLE);
RNA_def_property_ui_text(prop,
"Prefetch frames",
"Render frames ahead of playhead in background for faster playback");
"Prefetch Frames",
"Render frames ahead of playhead in the background for faster playback");
RNA_def_property_update(prop, NC_SCENE | ND_SEQUENCER, NULL);
prop = RNA_def_property(srna, "recycle_max_cost", PROP_FLOAT, PROP_NONE);