[Bf-blender-cvs] [a232d27bbac] master: Sequencer: Typo

Jeroen Bakker noreply at git.blender.org
Fri Jun 7 08:39:55 CEST 2019


Commit: a232d27bbaca40b6e232759403c9120b84185760
Author: Jeroen Bakker
Date:   Fri Jun 7 08:39:43 2019 +0200
Branches: master
https://developer.blender.org/rBa232d27bbaca40b6e232759403c9120b84185760

Sequencer: Typo

===================================================================

M	source/blender/makesrna/intern/rna_sequencer.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_sequencer.c b/source/blender/makesrna/intern/rna_sequencer.c
index 02b65e5a7b4..9c5bc692712 100644
--- a/source/blender/makesrna/intern/rna_sequencer.c
+++ b/source/blender/makesrna/intern/rna_sequencer.c
@@ -1763,7 +1763,7 @@ static void rna_def_sequence(BlenderRNA *brna)
   RNA_def_property_boolean_sdna(prop, NULL, "cache_flag", SEQ_CACHE_STORE_PREPROCESSED);
   RNA_def_property_ui_text(
       prop,
-      "Cache Rreprocessed",
+      "Cache Preprocessed",
       "Cache preprocessed images, for faster tweaking of effects at the cost of memory usage");
 
   prop = RNA_def_property(srna, "use_cache_composite", PROP_BOOLEAN, PROP_NONE);



More information about the Bf-blender-cvs mailing list