mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Handle bunch of review comments
CURA-6005
This commit is contained in:
parent
4d1e9d24f9
commit
ed9a51791b
2 changed files with 13 additions and 12 deletions
|
@ -19,7 +19,7 @@ class Settings:
|
|||
I18N_CATALOG_ID = "cura"
|
||||
I18N_CATALOG = i18nCatalog(I18N_CATALOG_ID)
|
||||
|
||||
MESSAGE_TITLE = I18N_CATALOG.i18nc("@info:title", "Backups"),
|
||||
MESSAGE_TITLE = I18N_CATALOG.i18nc("@info:title", "Backups")
|
||||
|
||||
# Translatable messages for the entire plugin.
|
||||
translatable_messages = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue