mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
This error is not about materials, not uninstalling.
This commit is contained in:
parent
29b6450704
commit
aa83c68387
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ class ThreeMFWriter(MeshWriter):
|
|||
package_data = package_manager.getInstalledPackageInfo(package_id)
|
||||
|
||||
if not package_data:
|
||||
message = Message(catalog.i18nc("@error:uninstall",
|
||||
message = Message(catalog.i18nc("@error:material",
|
||||
"It was not possible to store material package information in project file: {material}. This project may not open correctly on other systems.".format(material=extruder.getName())),
|
||||
title=catalog.i18nc("@info:title", "Failed to save material package information"),
|
||||
message_type=Message.MessageType.WARNING)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue