Profile compare-and-save: Add (more) explanatory text(s).

part of CURA-9347
This commit is contained in:
Remco Burema 2022-11-30 19:54:41 +01:00
parent 8f65af61e5
commit 6f651b922a
3 changed files with 45 additions and 2 deletions

View file

@ -83,7 +83,11 @@ Item
PropertyChanges
{
target: warning
text: catalog.i18nc("@info", "Some settings were changed.")
text:
{
var profile_name = Cura.MachineManager.activeQualityOrQualityChangesName;
return catalog.i18nc("@info %1 is the name of a profile", "Some setting-values defined in <b>%1</b> were overridden.").arg(profile_name);
}
}
}
]