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:
authorBastien Montagne <bastien@blender.org>2020-12-21 13:35:02 +0300
committerBastien Montagne <bastien@blender.org>2020-12-21 13:35:02 +0300
commitc34ba268560bd530e9458298a07f21487278a483 (patch)
tree7bbab9324a45e05047a3e13d9637b9f4da7a16a4 /release/scripts/startup/bl_operators/object.py
parentc9c3bf983321990a6960c422e002a372c35a6f76 (diff)
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.
Diffstat (limited to 'release/scripts/startup/bl_operators/object.py')
-rw-r--r--release/scripts/startup/bl_operators/object.py2
1 files changed, 1 insertions, 1 deletions
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,