From c34ba268560bd530e9458298a07f21487278a483 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 21 Dec 2020 11:35:02 +0100 Subject: Fix part of T84004: Some 2.92 alpha UI strings can't be translated. Not sure why, but py files from `bl_operators` were never considered for i18n string extraction... They do define some UI strings though. --- release/scripts/startup/bl_operators/object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_operators/object.py') diff --git a/release/scripts/startup/bl_operators/object.py b/release/scripts/startup/bl_operators/object.py index 92eb47cea0f..5a388047ddd 100644 --- a/release/scripts/startup/bl_operators/object.py +++ b/release/scripts/startup/bl_operators/object.py @@ -566,7 +566,7 @@ class JoinUVs(Operator): uv_other = mesh_other.uv_layers.active if not uv_other: self.report({'ERROR'}, "Could not add " - "a new UV map tp object " + "a new UV map to object " "'%s' (Mesh '%s')\n" % (obj_other.name, mesh_other.name, -- cgit v1.2.3