From 919596180656a3d15109143c5a7bc6b78d6a1eef Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Tue, 18 Oct 2016 15:05:18 +0200 Subject: [PATCH] Fixed translation of 4 words in profilespage. remains of CURA-570 --- resources/qml/Preferences/ProfilesPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index 1bc705fe62..f85d967cfe 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -235,7 +235,7 @@ UM.ManagementPage Item { - UM.I18nCatalog { id: catalog; name: "uranium"; } + UM.I18nCatalog { id: catalog; name: "cura"; } UM.ConfirmRemoveDialog {