From 0a2baec53bba75a7940a3f1eaf7743c601b711f2 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Fri, 11 Sep 2015 13:52:09 +0200 Subject: [PATCH] Use the right catalog for RemovableDriveOutputDevice --- plugins/RemovableDriveOutputDevice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/RemovableDriveOutputDevice/__init__.py b/plugins/RemovableDriveOutputDevice/__init__.py index 34fd2f0fb9..de532ab65f 100644 --- a/plugins/RemovableDriveOutputDevice/__init__.py +++ b/plugins/RemovableDriveOutputDevice/__init__.py @@ -4,7 +4,7 @@ import platform from UM.i18n import i18nCatalog -catalog = i18nCatalog("uranium") +catalog = i18nCatalog("cura") def getMetaData(): return {