UI: avoid using "loc/rot", use full words instead.

This commit is contained in:
Pablo Vazquez 2020-11-04 14:25:00 +01:00
parent 5af9b9f45b
commit 43ceb0f047
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ from bpy.props import (
class RandomizeLocRotSize(Operator):
"""Randomize objects loc/rot/scale"""
"""Randomize objects location, rotation, and scale"""
bl_idname = "object.randomize_transform"
bl_label = "Randomize Transform"
bl_options = {'REGISTER', 'UNDO'}