Draft: Remove trailing spaces from translations

This commit is contained in:
Chris Hennes
2024-03-12 22:41:44 -05:00
parent 830c59b2e6
commit 7b07447cce
4 changed files with 9 additions and 12 deletions

View File

@@ -261,7 +261,7 @@ def make_label(target_point=App.Vector(0, 0, 0),
types = label.get_label_types()
if label_type not in types:
_err(translate("draft", "Wrong input: label_type must be one of the following: ") + str(types).strip("[]"))
_err(translate("draft", "Wrong input: label_type must be one of the following:") + " " + str(types).strip("[]"))
return None
if not custom_text: