mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:56:04 +08:00
Better title for export succeeded message
This commit is contained in:
parent
11060e010b
commit
382fcdb4fe
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user