diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py index 1e74a3c0b56eb6a7b58953678293813cd9db0ed8..4fe792bbd903497300ad4ee7b7814d6612ee6181 100644 --- a/object_collection_manager/__init__.py +++ b/object_collection_manager/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "Collection Manager", "description": "Manage collections and their objects", "author": "Ryan Inch", - "version": (2, 12, 3), + "version": (2, 12, 4), "blender": (2, 80, 0), "location": "View3D - Object Mode (Shortcut - M)", "warning": '', # used for warning icon and text in addons panel diff --git a/object_collection_manager/operators.py b/object_collection_manager/operators.py index 177ab3d709b7c2f5e1b42fc70b593ce208ee91fb..08c902244300a315472148166c9c9dd335e8989f 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"