mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue