Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2017-09-21 13:54:04 +0300
committerGhostkeeper <rubend@tutanota.com>2017-09-21 13:54:04 +0300
commit382fcdb4feda6081479053d908d4280f15189401 (patch)
treefcdfb9e90264aa24050ac203784ff3cb2a7616d8 /cura/Settings
parent11060e010b770af4d8b2215ec02e11cb9413a29e (diff)
Better title for export succeeded message
Diffstat (limited to 'cura/Settings')
-rw-r--r--cura/Settings/CuraContainerRegistry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/Settings/CuraContainerRegistry.py b/cura/Settings/CuraContainerRegistry.py
index 5b7f4199d8..1c2d76c3b2 100644
--- a/cura/Settings/CuraContainerRegistry.py
+++ b/cura/Settings/CuraContainerRegistry.py
@@ -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