From d376719500893f3dd6b6871f75ff423c0dd3181d Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Mon, 27 Jun 2016 09:48:16 +0200 Subject: [PATCH] Better call it "Print via USB" I think this sounds better, because I understand "USB" as an technology. So you wouldn't say "Print with USB", but would fit if you say "Print with USB cable". So "Print via USB" should be more correct here. --- plugins/USBPrinting/ControlWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/USBPrinting/ControlWindow.qml b/plugins/USBPrinting/ControlWindow.qml index 0938e8e6d3..f0036ab6f9 100644 --- a/plugins/USBPrinting/ControlWindow.qml +++ b/plugins/USBPrinting/ControlWindow.qml @@ -14,7 +14,7 @@ UM.Dialog height: 100 * Screen.devicePixelRatio; modality: Qt.NonModal - title: catalog.i18nc("@title:window", "Print with USB") + title: catalog.i18nc("@title:window", "Print via USB") Column {