mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:29:02 +08:00
This error is not about materials, not uninstalling.
This commit is contained in:
parent
29b6450704
commit
aa83c68387
@ -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…
x
Reference in New Issue
Block a user