mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:15:51 +08:00
Add i18nc string
Contributes to CL-1051
This commit is contained in:
parent
00ce3b0083
commit
ae9faadca6
@ -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…
x
Reference in New Issue
Block a user