summaryrefslogtreecommitdiff
path: root/examples/serialport/creadersync/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialport/creadersync/main.cpp')
-rw-r--r--examples/serialport/creadersync/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialport/creadersync/main.cpp b/examples/serialport/creadersync/main.cpp
index 856fa3d..cd10b8e 100644
--- a/examples/serialport/creadersync/main.cpp
+++ b/examples/serialport/creadersync/main.cpp
@@ -100,7 +100,7 @@ int main(int argc, char *argv[])
readData.append(serialPort.readAll());
if (readData.isEmpty()) {
- standardOutput << QObject::tr("Either no data was currently available on the standard input for reading, or an error occurred for port %1, error: %2").arg(serialPortName).arg(serialPort.errorString()) << endl;
+ standardOutput << QObject::tr("Either no data was currently available for reading, or an error occurred for port %1, error: %2").arg(serialPortName).arg(serialPort.errorString()) << endl;
return 1;
}