From e187b9645589e78aa3d21f5cd6dc5e122663f2a9 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 10 May 2017 17:15:47 +0200 Subject: [PATCH] Add period after sentence Contributes to issue CURA-3742. --- .../UM2UpgradeSelectionMachineAction.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UltimakerMachineActions/UM2UpgradeSelectionMachineAction.qml b/plugins/UltimakerMachineActions/UM2UpgradeSelectionMachineAction.qml index d59686e34e..5e0096c6b0 100644 --- a/plugins/UltimakerMachineActions/UM2UpgradeSelectionMachineAction.qml +++ b/plugins/UltimakerMachineActions/UM2UpgradeSelectionMachineAction.qml @@ -34,7 +34,7 @@ Cura.MachineAction anchors.topMargin: UM.Theme.getSize("default_margin").height width: parent.width wrapMode: Text.WordWrap - text: catalog.i18nc("@label","Please select any upgrades made to this Ultimaker 2"); + text: catalog.i18nc("@label","Please select any upgrades made to this Ultimaker 2."); } CheckBox