From 3695513ff7d203fcb3309495016365614631f407 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sun, 23 Jun 2019 03:57:53 +0200 Subject: UI: Only Origins: Correct tooltip --- source/blender/makesrna/intern/rna_scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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); -- cgit v1.2.3