mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07: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
|
||||
width: tableView.width * 0.4
|
||||
}
|
||||
|
||||
TableViewColumn
|
||||
{
|
||||
role: "original_value"
|
||||
title: "Default"
|
||||
title: catalog.i18nc("@title:column", "Default")
|
||||
width: tableView.width * 0.3
|
||||
delegate: defaultDelegate
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue