From 13bbf1cc7b0a620173475172278d2f8eb9593ccd Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 13 May 2012 09:26:01 +0000 Subject: Sequencer / Clip Editor: * Make it more clear that the Memory Cache Limit is used by the Clip Editor as well. --- release/scripts/startup/bl_ui/space_userpref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts') 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") -- cgit v1.2.3