UI: Avoid the word "Use" in checkbox labels

As per the writing styles guidelines.
https://wiki.blender.org/wiki/Human_Interface_Guidelines/Writing_Style
This commit is contained in:
Pablo Vazquez 2022-08-17 22:14:28 +02:00
parent 0be6427429
commit 646ef6e157
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ class USERPREF_PT_system_video_sequencer(SystemPanel, CenterAlignMixIn, Panel):
layout.separator()
layout.prop(system, "use_sequencer_disk_cache")
layout.prop(system, "use_sequencer_disk_cache", text="Disk Cache")
col = layout.column()
col.active = system.use_sequencer_disk_cache
col.prop(system, "sequencer_disk_cache_dir", text="Directory")