Remove misleading text that says you could enter hostnames

We don't resolve the hostnames ever. You can only enter IP addresses.
This commit is contained in:
Ghostkeeper 2019-08-21 09:56:32 +02:00
parent a179d7118d
commit 9122d0cca4
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
2 changed files with 2 additions and 2 deletions

View file

@ -331,7 +331,7 @@ Cura.MachineAction
Label
{
text: catalog.i18nc("@label", "Enter the IP address or hostname of your printer on the network.")
text: catalog.i18nc("@label", "Enter the IP address of your printer on the network.")
width: parent.width
wrapMode: Text.WordWrap
renderType: Text.NativeRendering