diff --git a/resources/qml/AboutDialog.qml b/resources/qml/AboutDialog.qml index 6784ec7633..534f0d016c 100644 --- a/resources/qml/AboutDialog.qml +++ b/resources/qml/AboutDialog.qml @@ -40,7 +40,7 @@ UM.Dialog { id: version - text: "Cura %1".arg(UM.Application.version) + text: catalog.i18nc("@label","version: %1").arg(UM.Application.version) font: UM.Theme.getFont("large") anchors.right : logo.right anchors.top: logo.bottom