mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Better title for export succeeded message
This commit is contained in:
parent
11060e010b
commit
382fcdb4fe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue