Cleanup: replace U+00A0 with space
Using ASCII space is sufficient in source.
This commit is contained in:
@@ -57,7 +57,7 @@ translations_tuple = (
|
||||
(("Operator", "Render: Copy Settings"),
|
||||
(("bpy.types.SCENE_OT_render_copy_settings",),
|
||||
()),
|
||||
("fr_FR", "Rendu : copier réglages",
|
||||
("fr_FR", "Rendu: copier réglages",
|
||||
(False, ())),
|
||||
),
|
||||
(("*", "Copy render settings from current scene to others"),
|
||||
|
||||
Reference in New Issue
Block a user