Fix spelling of combined English words

Contributes to issue CURA-3998.
This commit is contained in:
Ghostkeeper 2017-07-18 12:56:11 +02:00
parent 3c545ba7c9
commit dbcf50162f
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -193,7 +193,7 @@ Cura.MachineAction
wrapMode: Text.WordWrap
//: Tips label
//TODO: get actual link from webteam
text: catalog.i18nc("@label", "If your printer is not listed, read the <a href='%1'>network-printing troubleshooting guide</a>").arg("https://ultimaker.com/en/troubleshooting");
text: catalog.i18nc("@label", "If your printer is not listed, read the <a href='%1'>network printing troubleshooting guide</a>").arg("https://ultimaker.com/en/troubleshooting");
onLinkActivated: Qt.openUrlExternally(link)
}