I18n: do not translate a message already translated using iface_()

This follows #105417, which allowed detection of this message.

Pull Request #105420
This commit is contained in:
Damien Picard 2023-03-07 11:25:06 +01:00 committed by Gitea
parent ae530592fe
commit a668e3b73a

@ -79,6 +79,7 @@ class TEXT_HT_footer(Header):
text=iface_("Text: External") text=iface_("Text: External")
if text.library if text.library
else iface_("Text: Internal"), else iface_("Text: Internal"),
translate=False
) )