From c0f35a620ae9deb160024691748b251520e3fdf3 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 13 Apr 2017 13:52:11 +0200 Subject: [PATCH] Use the correct i18n catalog name for translations in the right-click menu CURA-3660 --- resources/qml/Settings/SettingView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index 66f1c19a08..fcd1523c15 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -299,7 +299,7 @@ Item } } - UM.I18nCatalog { id: catalog; name: "uranium"; } + UM.I18nCatalog { id: catalog; name: "cura"; } add: Transition { SequentialAnimation {