Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-05-13 13:26:01 +0400
committerThomas Dinges <blender@dingto.org>2012-05-13 13:26:01 +0400
commit13bbf1cc7b0a620173475172278d2f8eb9593ccd (patch)
tree658834d52571b58db79b554e69155c5d10d4cc7e /release
parent7735e56058a3faf103491aee300493f0236b3e40 (diff)
Sequencer / Clip Editor:
* Make it more clear that the Memory Cache Limit is used by the Clip Editor as well.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 113c370e687..01a8f1c6dcb 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -452,7 +452,7 @@ class USERPREF_PT_system(Panel):
col.separator()
col.separator()
- col.label(text="Sequencer:")
+ col.label(text="Sequencer / Clip Editor:")
col.prop(system, "prefetch_frames")
col.prop(system, "memory_cache_limit")