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

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

View File

@@ -414,8 +414,8 @@ class CLIP_OT_delete_proxy(Operator):
class CLIP_OT_set_viewport_background(Operator):
"""Set current movie clip as a camera background in 3D view-port """ \
"""(works only when a 3D view-port is visible)"""
"""Set current movie clip as a camera background in 3D Viewport """ \
"""(works only when a 3D Viewport is visible)"""
bl_idname = "clip.set_viewport_background"
bl_label = "Set as Background"

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'}