Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-12-03 02:16:04 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-12-03 02:16:23 +0300
commitdc4feed59dda2b2b346136d369ce70e1756e87c3 (patch)
tree10a65ebb436ec09f1501036f5d03900629c137de /release/scripts/startup/bl_operators/clip.py
parentcba5137f32f925d8216288ef6708707e98f5aef0 (diff)
Cleanup: view-port --> 2D/3D Viewport
Diffstat (limited to 'release/scripts/startup/bl_operators/clip.py')
-rw-r--r--release/scripts/startup/bl_operators/clip.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_operators/clip.py b/release/scripts/startup/bl_operators/clip.py
index a3c54a7b069..51a9695e44a 100644
--- a/release/scripts/startup/bl_operators/clip.py
+++ b/release/scripts/startup/bl_operators/clip.py
@@ -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"