[Bf-blender-cvs] [7d749720ad2] master: UI: Use capital letters for X Y and Z axes

Hans Goudey noreply at git.blender.org
Wed Jan 13 17:13:06 CET 2021


Commit: 7d749720ad2414059374d16e6a198758dfa19796
Author: Hans Goudey
Date:   Wed Jan 13 10:13:00 2021 -0600
Branches: master
https://developer.blender.org/rB7d749720ad2414059374d16e6a198758dfa19796

UI: Use capital letters for X Y and Z axes

Also add another comma and use plural "axes".

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

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

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

diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index 48821156b82..cd550a655de 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -8733,7 +8733,7 @@ static void def_geo_point_rotate(StructRNA *srna)
        "EULER",
        ICON_NONE,
        "Euler",
-       "Rotate around the x, y and z axis"},
+       "Rotate around the X, Y, and Z axes"},
       {0, NULL, 0, NULL, NULL},
   };



More information about the Bf-blender-cvs mailing list