Cleanup: view-port --> 2D/3D Viewport

This commit is contained in:
2020-12-02 18:16:04 -05:00
parent cba5137f32
commit dc4feed59d
11 changed files with 16 additions and 16 deletions

View File

@@ -116,7 +116,7 @@ class EditExternally(Operator):
class ProjectEdit(Operator):
"""Edit a snapshot of the view-port in an external image editor"""
"""Edit a snapshot of the 3D Viewport in an external image editor"""
bl_idname = "image.project_edit"
bl_label = "Project Edit"
bl_options = {'REGISTER'}