STAR-322: Using findChanges method to simplify code

This commit is contained in:
Daniel Schiavini 2018-12-05 16:15:51 +01:00
parent 7e76913736
commit 657e763318
3 changed files with 27 additions and 24 deletions

View file

@ -15,8 +15,7 @@ from cura.CuraApplication import CuraApplication
## Class that contains all the translations for this module.
class T:
# The translation catalog for this device.
# The translation catalog for this module.
_I18N_CATALOG = i18nCatalog("cura")
NO_FORMATS_AVAILABLE = _I18N_CATALOG.i18nc("@info:status", "There are no file formats available to write with!")