Index: sources/gui/qml/compounds/CheckListView.qml =================================================================== diff -u -rdb2238dcf17941be6a3c587b55a3ef06b94cee96 -rc6cfb5043fc9c29cc039e36915368bcd3a63baa6 --- sources/gui/qml/compounds/CheckListView.qml (.../CheckListView.qml) (revision db2238dcf17941be6a3c587b55a3ef06b94cee96) +++ sources/gui/qml/compounds/CheckListView.qml (.../CheckListView.qml) (revision c6cfb5043fc9c29cc039e36915368bcd3a63baa6) @@ -31,6 +31,7 @@ property var stepNames : [] property int completeMargin : 50 property alias completeVisible : _completeText.visible + property alias completeText : _completeText.text property int delegateWidth : Variables.checkListViewItemWidth property int delegateHeight : Variables.checkListViewItemHeight @@ -98,7 +99,7 @@ topMargin : _root.completeMargin horizontalCenter: _root.horizontalCenter } - text : qsTr("Self Test Complete!") + text : qsTr("Complete!") color : Colors.textMain font.pixelSize: Fonts.fontPixelNotification }