mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
STAR-322: Using findChanges method to simplify code
This commit is contained in:
parent
7e76913736
commit
657e763318
3 changed files with 27 additions and 24 deletions
|
@ -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!")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue