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:
Diffstat (limited to 'source/blender/makesrna/intern/rna_sequencer.c')
-rw-r--r--source/blender/makesrna/intern/rna_sequencer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_sequencer.c b/source/blender/makesrna/intern/rna_sequencer.c
index eed976c8df1..4ed72198669 100644
--- a/source/blender/makesrna/intern/rna_sequencer.c
+++ b/source/blender/makesrna/intern/rna_sequencer.c
@@ -2327,7 +2327,7 @@ static void rna_def_image(BlenderRNA *brna)
RNA_def_property_pointer_sdna(prop, NULL, "stereo3d_format");
RNA_def_property_flag(prop, PROP_NEVER_NULL);
RNA_def_property_struct_type(prop, "Stereo3dFormat");
- RNA_def_property_ui_text(prop, "Stereo 3D Format", "Settings for stereo 3d");
+ RNA_def_property_ui_text(prop, "Stereo 3D Format", "Settings for stereo 3D");
rna_def_filter_video(srna);
rna_def_proxy(srna);
@@ -2485,7 +2485,7 @@ static void rna_def_movie(BlenderRNA *brna)
RNA_def_property_pointer_sdna(prop, NULL, "stereo3d_format");
RNA_def_property_flag(prop, PROP_NEVER_NULL);
RNA_def_property_struct_type(prop, "Stereo3dFormat");
- RNA_def_property_ui_text(prop, "Stereo 3D Format", "Settings for stereo 3d");
+ RNA_def_property_ui_text(prop, "Stereo 3D Format", "Settings for stereo 3D");
rna_def_filter_video(srna);
rna_def_proxy(srna);