[Bf-blender-cvs] [e9e208d995f] master: UI: Tooltip grammar fix

Aaron Carlisle noreply at git.blender.org
Tue Sep 8 17:58:33 CEST 2020


Commit: e9e208d995fb25002d3916ccfb692e5e4f812097
Author: Aaron Carlisle
Date:   Tue Sep 8 11:54:23 2020 -0400
Branches: master
https://developer.blender.org/rBe9e208d995fb25002d3916ccfb692e5e4f812097

UI: Tooltip grammar fix

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

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 ab4ffda8888..ebec5e3bff8 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -3489,7 +3489,7 @@ static void rna_def_tool_settings(BlenderRNA *brna)
 
   prop = RNA_def_property(srna, "use_edge_path_live_unwrap", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_sdna(prop, NULL, "edge_mode_live_unwrap", 1);
-  RNA_def_property_ui_text(prop, "Live Unwrap", "Changing edges seam recalculates UV unwrap");
+  RNA_def_property_ui_text(prop, "Live Unwrap", "Changing edge seams recalculates UV unwrap");
 
   prop = RNA_def_property(srna, "normal_vector", PROP_FLOAT, PROP_XYZ);
   RNA_def_property_ui_text(prop, "Normal Vector", "Normal Vector used to copy, add or multiply");



More information about the Bf-blender-cvs mailing list