[Bf-blender-cvs] [3695513ff7d] master: UI: Only Origins: Correct tooltip

Aaron Carlisle noreply at git.blender.org
Sun Jun 23 04:16:59 CEST 2019


Commit: 3695513ff7d203fcb3309495016365614631f407
Author: Aaron Carlisle
Date:   Sun Jun 23 03:57:53 2019 +0200
Branches: master
https://developer.blender.org/rB3695513ff7d203fcb3309495016365614631f407

UI: Only Origins: Correct tooltip

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

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 408282c5201..3fe8e9ba382 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2887,7 +2887,7 @@ static void rna_def_tool_settings(BlenderRNA *brna)
   prop = RNA_def_property(srna, "use_transform_pivot_point_align", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_sdna(prop, NULL, "transform_flag", SCE_XFORM_AXIS_ALIGN);
   RNA_def_property_ui_text(
-      prop, "Only Origins", "Manipulate center points (object, pose and weight paint mode only)");
+      prop, "Only Origins", "Manipulate origins (object, pose and weight paint mode only)");
   RNA_def_property_ui_icon(prop, ICON_CENTER_ONLY, 0);
   RNA_def_property_update(prop, NC_SCENE, NULL);



More information about the Bf-blender-cvs mailing list