[Bf-blender-cvs] [45d0231] master: Minor UI message fix.

Bastien Montagne noreply at git.blender.org
Wed Dec 28 14:18:14 CET 2016


Commit: 45d0231a2426820dccfa21f6ad3ed2dbd83bbf50
Author: Bastien Montagne
Date:   Wed Dec 28 14:17:15 2016 +0100
Branches: master
https://developer.blender.org/rB45d0231a2426820dccfa21f6ad3ed2dbd83bbf50

Minor UI message fix.

Based on D2436 by @blendify, thanks.

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

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 ae444ac..3e6d844 100644
--- a/source/blender/makesrna/intern/rna_sequencer.c
+++ b/source/blender/makesrna/intern/rna_sequencer.c
@@ -1674,7 +1674,7 @@ static void rna_def_filter_video(StructRNA *srna)
 
 	prop = RNA_def_property(srna, "use_deinterlace", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "flag", SEQ_FILTERY);
-	RNA_def_property_ui_text(prop, "De-Interlace", "For video movies to remove fields");
+	RNA_def_property_ui_text(prop, "Deinterlace", "Remove fields from video movies");
 	RNA_def_property_update(prop, NC_SCENE | ND_SEQUENCER, "rna_Sequence_update_reopen_files");
 
 	prop = RNA_def_property(srna, "alpha_mode", PROP_ENUM, PROP_NONE);




More information about the Bf-blender-cvs mailing list