Cleanup: hyphenate the term data-blocks in strings/doc-strings

This commit is contained in:
Campbell Barton
2025-08-08 08:47:13 +10:00
parent cccc2c77c5
commit 53cae68ee8
22 changed files with 87 additions and 75 deletions

View File

@@ -454,7 +454,7 @@ class UpdateAnimatedTransformConstraint(Operator):
print(log)
text = bpy.data.texts.new("UpdateAnimatedTransformConstraint Report")
text.from_string(log)
self.report({'INFO'}, rpt_("Complete report available on '{:s}' text datablock").format(text.name))
self.report({'INFO'}, rpt_("Complete report available on '{:s}' text data-block").format(text.name))
return {'FINISHED'}