mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
CURA-3221 Translate column name "Default"
This commit is contained in:
parent
8b8fb8db95
commit
e67aecb041
@ -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…
x
Reference in New Issue
Block a user