UI: clarify "Remap Relative" tooltip

Resolves T62612
This commit is contained in:
2019-03-18 13:57:16 +11:00
parent c7a50d84b6
commit 6c0240e84a
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ PyDoc_STRVAR(bpy_lib_write_doc,
" :type filepath: string\n"
" :arg datablocks: set of data-blocks (:class:`bpy.types.ID` instances).\n"
" :type datablocks: set\n"
" :arg relative_remap: When True, remap the paths relative to the current blend-file.\n"
" :arg relative_remap: When True, make paths relative to the current blend-file.\n"
" :type relative_remap: bool\n"
" :arg fake_user: When True, data-blocks will be written with fake-user flag enabled.\n"
" :type fake_user: bool\n"