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:
authorYevgeny Makarov <jenkm>2021-01-07 07:54:10 +0300
committerHans Goudey <h.goudey@me.com>2021-01-07 07:54:10 +0300
commitdd0df3c5d2b634ee7fd99f0c0d2e3c6a0c0bdaaf (patch)
tree3f3631ab88993932b367872a62645b5b1047e120 /source/blender/makesrna/intern/rna_pointcloud.c
parent2dfd117ab5d52fcb730e9dbad18fdd29bebccd4d (diff)
UI: Fix various issues with UI text
- Use the name "Point Cloud" instead of "Pointcloud" - Fix a typo in UV_OT_smart_project. - Use the name "Install Light" to for the installation operator for MatCaps, HDRIs, and Studio Lights. Fixes T83585, T65291, and T54921 Differential Revision: https://developer.blender.org/D9867
Diffstat (limited to 'source/blender/makesrna/intern/rna_pointcloud.c')
-rw-r--r--source/blender/makesrna/intern/rna_pointcloud.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_pointcloud.c b/source/blender/makesrna/intern/rna_pointcloud.c
index 90ff69b2a8a..2b9465bb549 100644
--- a/source/blender/makesrna/intern/rna_pointcloud.c
+++ b/source/blender/makesrna/intern/rna_pointcloud.c
@@ -135,7 +135,7 @@ static void rna_def_pointcloud(BlenderRNA *brna)
PropertyRNA *prop;
srna = RNA_def_struct(brna, "PointCloud", "ID");
- RNA_def_struct_ui_text(srna, "PointCloud", "Point cloud data-block");
+ RNA_def_struct_ui_text(srna, "Point Cloud", "Point cloud data-block");
RNA_def_struct_ui_icon(srna, ICON_POINTCLOUD_DATA);
/* geometry */