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:
authorDamien Picard <pioverfour>2022-07-08 12:54:45 +0300
committerBastien Montagne <bastien@blender.org>2022-07-08 12:55:01 +0300
commit2c4dfe3453f09a0877a9c825347df1aef128bea8 (patch)
tree82c9d2eb2d67d9fff3b62aef454fc161ed1646b5 /release/scripts/startup/bl_ui/space_userpref.py
parent754dae6c7667fd861b6e663c6d33affcd687a251 (diff)
Add a few missing UI strings to translation.
Reviewed By: mont29 Differential Revision: https://developer.blender.org/D15392
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index e08b921b1a9..603110b76e9 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -2094,7 +2094,7 @@ class StudioLightPanelMixin:
for studio_light in lights:
self.draw_studio_light(flow, studio_light)
else:
- layout.label(text="No custom %s configured" % self.bl_label)
+ layout.label(text=iface_("No custom %s configured") % self.bl_label)
def draw_studio_light(self, layout, studio_light):
box = layout.box()