Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-03-18 05:57:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-18 05:58:01 +0300
commit6c0240e84a2c06af506697242e0ba42fa4998ee5 (patch)
tree8826bc8cfce83b8bb9b8e49f873c55d6d5c16494 /source/blender/python
parentc7a50d84b63f6701305b59151d2a34be95e79205 (diff)
UI: clarify "Remap Relative" tooltip
Resolves T62612
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_library_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_library_write.c b/source/blender/python/intern/bpy_library_write.c
index 3b2afb42cdb..7b7457bc4b3 100644
--- a/source/blender/python/intern/bpy_library_write.c
+++ b/source/blender/python/intern/bpy_library_write.c
@@ -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"