Skip to content
Snippets Groups Projects
Commit cfd0a58e authored by Ryan Inch's avatar Ryan Inch
Browse files

Collection Manager: Fix tooltip. Task: T69577

Fix Apply Phantom Mode tooltip to be clearer.
parent adac42a4
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ bl_info = { ...@@ -22,7 +22,7 @@ bl_info = {
"name": "Collection Manager", "name": "Collection Manager",
"description": "Manage collections and their objects", "description": "Manage collections and their objects",
"author": "Ryan Inch", "author": "Ryan Inch",
"version": (2, 12, 3), "version": (2, 12, 4),
"blender": (2, 80, 0), "blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)", "location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel "warning": '', # used for warning icon and text in addons panel
......
...@@ -1100,7 +1100,7 @@ class CMPhantomModeOperator(Operator): ...@@ -1100,7 +1100,7 @@ class CMPhantomModeOperator(Operator):
class CMApplyPhantomModeOperator(Operator): class CMApplyPhantomModeOperator(Operator):
'''Make all changes made in Phantom Mode permanent''' '''Apply changes and quit Phantom Mode'''
bl_label = "Apply Phantom Mode" bl_label = "Apply Phantom Mode"
bl_idname = "view3d.apply_phantom_mode" bl_idname = "view3d.apply_phantom_mode"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment