I18n: Disambiguate "Spaces"

"Spaces" as a character in a text, not a Blender UI element.

Issue reported by Hoang Duy Tran.
This commit is contained in:
Damien Picard
2024-12-26 12:48:50 +01:00
committed by Bastien Montagne
parent 49b45a95db
commit ec9c7ba465

View File

@@ -2684,6 +2684,7 @@ class BatchRenameAction(bpy.types.PropertyGroup):
# Used when `type == 'STRIP'`.
strip_chars: EnumProperty(
name="Strip Characters",
translation_context=i18n_contexts.id_text,
options={'ENUM_FLAG'},
items=(
('SPACE', "Spaces", ""),