mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Use "cura" as i18n catalog for CuraDrive
CURA-6005
This commit is contained in:
parent
9618e8d4e0
commit
76b9fa7998
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ class Settings:
|
|||
AUTO_BACKUP_ENABLED_PREFERENCE_KEY = "cura_drive/auto_backup_enabled"
|
||||
AUTO_BACKUP_LAST_DATE_PREFERENCE_KEY = "cura_drive/auto_backup_date"
|
||||
|
||||
I18N_CATALOG_ID = "cura_drive"
|
||||
I18N_CATALOG_ID = "cura"
|
||||
I18N_CATALOG = i18nCatalog(I18N_CATALOG_ID)
|
||||
|
||||
MESSAGE_TITLE = I18N_CATALOG.i18nc("@info:title", "Backups"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue