Collection Manager: Fix tooltip. Task: T69577

Fix Apply Phantom Mode tooltip to be clearer.
This commit is contained in:
Ryan Inch 2020-08-02 00:33:26 -04:00
parent adac42a463
commit cfd0a58e26
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"