mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
CURA-3221 Translate column name "Default"
This commit is contained in:
parent
8b8fb8db95
commit
e67aecb041
1 changed files with 1 additions and 2 deletions
|
@ -100,11 +100,10 @@ UM.Dialog
|
||||||
delegate: labelDelegate
|
delegate: labelDelegate
|
||||||
width: tableView.width * 0.4
|
width: tableView.width * 0.4
|
||||||
}
|
}
|
||||||
|
|
||||||
TableViewColumn
|
TableViewColumn
|
||||||
{
|
{
|
||||||
role: "original_value"
|
role: "original_value"
|
||||||
title: "Default"
|
title: catalog.i18nc("@title:column", "Default")
|
||||||
width: tableView.width * 0.3
|
width: tableView.width * 0.3
|
||||||
delegate: defaultDelegate
|
delegate: defaultDelegate
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue