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:
Diffstat (limited to 'release/scripts/startup/bl_operators/object_align.py')
-rw-r--r--release/scripts/startup/bl_operators/object_align.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_operators/object_align.py b/release/scripts/startup/bl_operators/object_align.py
index f5053701cce..ec9b098be2c 100644
--- a/release/scripts/startup/bl_operators/object_align.py
+++ b/release/scripts/startup/bl_operators/object_align.py
@@ -373,7 +373,7 @@ class AlignObjects(Operator):
default=True,
)
align_mode: EnumProperty(
- name="Align Mode:",
+ name="Align Mode",
description="Side of object to use for alignment",
items=(
('OPT_1', "Negative Sides", ""),
@@ -383,7 +383,7 @@ class AlignObjects(Operator):
default='OPT_2',
)
relative_to: EnumProperty(
- name="Relative To:",
+ name="Relative To",
description="Reference location to align to",
items=(
('OPT_1', "Scene Origin", "Use the Scene Origin as the position for the selected objects to align to"),