[Bf-blender-cvs] [5e5cf9ea9f7] master: Fix T68161: typo in ui_text of RNA scene.objects

Philipp Oeser noreply at git.blender.org
Sat Aug 3 12:25:19 CEST 2019


Commit: 5e5cf9ea9f7b27dd6bbafcc474221d9240c83fa8
Author: Philipp Oeser
Date:   Sat Aug 3 12:14:49 2019 +0200
Branches: master
https://developer.blender.org/rB5e5cf9ea9f7b27dd6bbafcc474221d9240c83fa8

Fix T68161: typo in ui_text of RNA scene.objects

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

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

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

diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 9af9895d461..ef8b671116a 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -6276,7 +6276,7 @@ static void rna_def_scene_objects(BlenderRNA *brna, PropertyRNA *cprop)
   RNA_def_property_srna(cprop, "SceneObjects");
   srna = RNA_def_struct(brna, "SceneObjects", NULL);
   RNA_def_struct_sdna(srna, "Scene");
-  RNA_def_struct_ui_text(srna, "Scene Objects", "All the of scene objects");
+  RNA_def_struct_ui_text(srna, "Scene Objects", "All of the scene objects");
 }
 
 /* scene.timeline_markers */



More information about the Bf-blender-cvs mailing list