UI: Improvements to Confirmation of Unpack Linked Libraries #117154

Closed
Harley Acheson wants to merge 7 commits from Harley/blender:ConfirmUnpackLibraries into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 94a67eabf9 - Show all commits

View File

@ -90,7 +90,7 @@ static int unpack_libraries_invoke(bContext *C, wmOperator *op, const wmEvent *
return WM_operator_confirm_ex(C,
op,
IFACE_("Restore Packed Linked Data to Their Original Locations"),
IFACE_("Will create directories so that all paths should work"),
IFACE_("Will create directories so that all paths are valid."),
IFACE_("Unpack"),
ALERT_ICON_INFO,
false);