Skip to content

Commit 12fb3d2

Browse files
authored
Merge pull request #30 from InputActions/fix-typo
fix typo in stroke recording message
2 parents fbad1c6 + e70f3e6 commit 12fb3d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libinputactions/dbus/IntegratedDBusInterface.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ void IntegratedDBusInterface::recordStroke(const QDBusMessage &message)
6060
return;
6161
}
6262

63-
g_onScreenMessageManager->showMessage("InputActions is recording input. Perform a stroke gesture by moving the mouse or any amount of fingers in the one "
64-
"direction on a touchpad or a touchscreen. Recording will end after 250 ms of inactivity.");
63+
g_onScreenMessageManager->showMessage("InputActions is recording input. Perform a stroke gesture by moving the mouse or any amount of fingers all in the "
64+
"same direction on a touchpad or a touchscreen. Recording will end after 250 ms of inactivity.");
6565

6666
message.setDelayedReply(true);
6767
m_reply = message.createReply();

0 commit comments

Comments
 (0)