Cleanup: Fix a few messages in the UI

Issues reported by Joan Pujolar in #43295.

- uv -> UV everywhere.
- Wrong plurals.

Pull Request #105473
This commit is contained in:
2023-03-05 23:16:26 +01:00
committed by Jesse Yurkovich
parent 507c442289
commit 049027d697
9 changed files with 11 additions and 11 deletions

View File

@@ -249,7 +249,7 @@ def align_uv_rotation(context, method, axis):
class AlignUVRotation(Operator):
"""Align uv island's rotation"""
"""Align the UV island's rotation"""
bl_idname = "uv.align_rotation"
bl_label = "Align Rotation"
bl_options = {'REGISTER', 'UNDO'}
@@ -382,7 +382,7 @@ def randomize_uv_transform(context, transform_params):
class RandomizeUVTransform(Operator):
"""Randomize uv island's location, rotation, and scale"""
"""Randomize the UV island's location, rotation, and scale"""
bl_idname = "uv.randomize_uv_transform"
bl_label = "Randomize"
bl_options = {'REGISTER', 'UNDO'}