Add a few missing UI strings to translation.

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D15392
This commit is contained in:
Damien Picard
2022-07-08 11:54:45 +02:00
committed by Bastien Montagne
parent 754dae6c76
commit 2c4dfe3453
2 changed files with 18 additions and 17 deletions

View File

@@ -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()