UI: Improvements to Confirmation of Apply Modifier #117156

Merged
Harley Acheson merged 12 commits from Harley/blender:ConfirmApplyModifier into main 2024-02-24 01:38:42 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit da8ee20cf0 - Show all commits

View File

@ -76,7 +76,7 @@
#include "BKE_softbody.h"
#include "BKE_volume.hh"
#include "BLT_translation.h"
#include "BLT_translation.hh"
#include "DEG_depsgraph.hh"
#include "DEG_depsgraph_build.hh"
@ -1818,7 +1818,7 @@ static int modifier_apply_invoke(bContext *C, wmOperator *op, const wmEvent *eve
C,
op,
IFACE_("Apply Modifier"),
IFACE_("Make data single-user, apply modifier, and remove it from the list"),
IFACE_("Make data single-user, apply modifier, and remove it from the list."),
IFACE_("Apply"),
ALERT_ICON_WARNING,
false);