mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:29:00 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user