mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Add i18nc string
Contributes to CL-1051
This commit is contained in:
parent
00ce3b0083
commit
ae9faadca6
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ Item {
|
||||||
horizontalCenter: parent.horizontalCenter;
|
horizontalCenter: parent.horizontalCenter;
|
||||||
verticalCenter: parent.verticalCenter;
|
verticalCenter: parent.verticalCenter;
|
||||||
}
|
}
|
||||||
text: "Configuration change"; // TODO: i18n!
|
text: catalog.i18nc("@label", "Configuration change");
|
||||||
}
|
}
|
||||||
|
|
||||||
UM.RecolorImage {
|
UM.RecolorImage {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue