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:
committed by
Bastien Montagne
parent
49b45a95db
commit
ec9c7ba465
@@ -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", ""),
|
||||
|
||||
Reference in New Issue
Block a user