UV Export: I18n: disambiguate "Modified" message
commitb9e838eaeceefe5d7cb0f6c705151f3d2304e9ec
authorDamien Picard <dam.pic@free.fr>
Wed, 18 Oct 2023 23:11:31 +0000 (19 01:11 +0200)
committerDamien Picard <dam.pic@free.fr>
Wed, 18 Oct 2023 23:15:10 +0000 (19 01:15 +0200)
tree949d8dc6f3e67522ae027fe31bf1eff234167df3
parent1edbfe9249d623ef02be31827b9cdb048978df49
UV Export: I18n: disambiguate "Modified" message

The "Modified" msgid is used in both
`bpy.types.UV_OT_export_layout.modified` and the Splash screen
tooltip. In the former, it's used for an option of transformed mesh UV
by modifier, but the latter is for the file update time.

This commit adds the Mesh context to the UV operator property.

Reported by Satoshi Yamasaki in blender/blender#43295.
io_mesh_uv_layout/__init__.py