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:
authorRoel Koster <kostex>2018-08-28 19:01:53 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-28 19:09:22 +0300
commit55263c8a4c03c1add138e5191f98a8b68591289f (patch)
treedf216f30462a57126c212d33c080ba751b11904c /release/scripts/startup/bl_ui/space_image.py
parent5155c51844181400d154ef4245978e832c97e698 (diff)
Fix some UI script errors after recent keyword changes.
Differential Revision: https://developer.blender.org/D3654
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 ef181d507c9..8e163f86dc5 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -219,7 +219,7 @@ class IMAGE_MT_image(Menu):
layout.operator("image.replace", text="Replace...")
layout.operator("image.reload", text="Reload")
- layout.operator("image.external_edit", "Edit Externally")
+ layout.operator("image.external_edit", text="Edit Externally")
layout.separator()