mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Use the right catalog for RemovableDriveOutputDevice
This commit is contained in:
parent
e08aa9f2ec
commit
0a2baec53b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
import platform
|
import platform
|
||||||
|
|
||||||
from UM.i18n import i18nCatalog
|
from UM.i18n import i18nCatalog
|
||||||
catalog = i18nCatalog("uranium")
|
catalog = i18nCatalog("cura")
|
||||||
|
|
||||||
def getMetaData():
|
def getMetaData():
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue