Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'object_collection_manager/operators.py')
-rw-r--r--object_collection_manager/operators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_collection_manager/operators.py b/object_collection_manager/operators.py
index 177ab3d7..08c90224 100644
--- a/object_collection_manager/operators.py
+++ b/object_collection_manager/operators.py
@@ -1100,7 +1100,7 @@ class CMPhantomModeOperator(Operator):
class CMApplyPhantomModeOperator(Operator):
- '''Make all changes made in Phantom Mode permanent'''
+ '''Apply changes and quit Phantom Mode'''
bl_label = "Apply Phantom Mode"
bl_idname = "view3d.apply_phantom_mode"