Better title for export succeeded message

This commit is contained in:
Ghostkeeper 2017-09-21 12:54:04 +02:00
parent 11060e010b
commit 382fcdb4fe
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -153,7 +153,7 @@ class CuraContainerRegistry(ContainerRegistry):
m.show()
return
m = Message(catalog.i18nc("@info:status Don't translate the XML tag <filename>!", "Exported profile to <filename>{0}</filename>", file_name),
title = catalog.i18nc("@info:title", "Export Details"))
title = catalog.i18nc("@info:title", "Export succeeded"))
m.show()
## Gets the plugin object matching the criteria