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:
authorPablo Vazquez <pablo@blender.org>2020-05-12 16:44:59 +0300
committerPablo Vazquez <pablo@blender.org>2020-05-12 16:44:59 +0300
commit82e8df01ac13609c5bbdb438f0033d076d844668 (patch)
tree8ef0a74c484a6a255ecb90785596af18e625f1f9 /release/scripts/startup/bl_ui/space_image.py
parent1b289029bb543853ea8e6aa1b0eb35eab6e84440 (diff)
UI: Rename 'View All' operator to 'Frame All'
This change was done time ago but it was still missing in some operators.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_image.py')
-rw-r--r--release/scripts/startup/bl_ui/space_image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 324c1238db3..bc4665209aa 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -116,7 +116,7 @@ class IMAGE_MT_view(Menu):
if show_uvedit:
layout.operator("image.view_selected", text="Frame Selected")
- layout.operator("image.view_all", text="Frame All")
+ layout.operator("image.view_all")
layout.operator("image.view_all", text="Frame All Fit").fit_view = True
layout.operator("image.view_center_cursor", text="Center View to Cursor")