Don't make 'print core' translatable

It is an Ultimaker name so it should never be translated.

Contributes to issue CURA-6768.
This commit is contained in:
Ghostkeeper 2019-09-23 14:35:12 +02:00
parent 80bc1119fc
commit 8f97751e11
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -128,7 +128,7 @@ Item
TableViewColumn TableViewColumn
{ {
role: "print_core" role: "print_core"
title: catalog.i18nc("@label:table_header", "Print Core") title: "Print Core" //This term should not be translated.
width: Math.floor(table.width * 0.2) width: Math.floor(table.width * 0.2)
} }
TableViewColumn TableViewColumn