Use "cura" as i18n catalog for CuraDrive

CURA-6005
This commit is contained in:
Lipu Fei 2018-12-11 11:53:12 +01:00
parent 9618e8d4e0
commit 76b9fa7998
2 changed files with 2 additions and 2 deletions

View file

@ -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"),