Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-01-13 19:13:00 +0300
committerHans Goudey <h.goudey@me.com>2021-01-13 19:13:00 +0300
commit7d749720ad2414059374d16e6a198758dfa19796 (patch)
tree587d4c9219ec0e4e683ec7e2bceeac7a1de6628f /source/blender/makesrna/intern/rna_nodetree.c
parent8df0268e2bac6fce22b1642555474fe8ccc8538d (diff)
UI: Use capital letters for X Y and Z axes
Also add another comma and use plural "axes".
Diffstat (limited to 'source/blender/makesrna/intern/rna_nodetree.c')
-rw-r--r--source/blender/makesrna/intern/rna_nodetree.c2
1 files changed, 1 insertions, 1 deletions
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},
};