[Bf-blender-cvs] [6f86d50b927] master: UI: Match tooltip with interface name

Aaron Carlisle noreply at git.blender.org
Sat May 29 17:23:13 CEST 2021


Commit: 6f86d50b9271e23d3d2ca3beba91665078860289
Author: Aaron Carlisle
Date:   Sat May 29 11:21:29 2021 -0400
Branches: master
https://developer.blender.org/rB6f86d50b9271e23d3d2ca3beba91665078860289

UI: Match tooltip with interface name

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

M	release/scripts/startup/bl_operators/uvcalc_lightmap.py

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

diff --git a/release/scripts/startup/bl_operators/uvcalc_lightmap.py b/release/scripts/startup/bl_operators/uvcalc_lightmap.py
index 29c17711c2a..6ba8750e9df 100644
--- a/release/scripts/startup/bl_operators/uvcalc_lightmap.py
+++ b/release/scripts/startup/bl_operators/uvcalc_lightmap.py
@@ -628,7 +628,7 @@ class LightMapPack(Operator):
         name="New Image",
         description=(
             "Assign new images for every mesh (only one if "
-            "shared tex space enabled)"
+            "Share Texture Space is enabled)"
         ),
         default=False,
     )



More information about the Bf-blender-cvs mailing list