mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:49:01 +08:00
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:
parent
80bc1119fc
commit
8f97751e11
@ -128,7 +128,7 @@ Item
|
||||
TableViewColumn
|
||||
{
|
||||
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)
|
||||
}
|
||||
TableViewColumn
|
||||
|
Loading…
x
Reference in New Issue
Block a user