mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -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
|
||||
|
||||
from UM.i18n import i18nCatalog
|
||||
catalog = i18nCatalog("uranium")
|
||||
catalog = i18nCatalog("cura")
|
||||
|
||||
def getMetaData():
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue