UI: Cleanup and fix labels and descriptions in various places

Changes include using proper and consistent grammar, simplifying
phrasing, using correct terminology, and not including python API
identifiers in tooltips.

Differential Revision: https://developer.blender.org/D9924
This commit is contained in:
Yevgeny Makarov
2021-02-24 13:25:44 -06:00
committed by Hans Goudey
parent 9a1b29e16c
commit 4f247dba5e
19 changed files with 41 additions and 40 deletions

View File

@@ -614,8 +614,8 @@ class LightMapPack(Operator):
PREF_PACK_IN_ONE: BoolProperty(
name="Share Texture Space",
description=(
"Objects Share texture space, map all objects "
"into 1 uvmap"
"Objects share texture space, map all objects "
"into a single UV map"
),
default=True,
)