Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/libinputactions/dbus/IntegratedDBusInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ void IntegratedDBusInterface::recordStroke(const QDBusMessage &message)
return;
}

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

message.setDelayedReply(true);
m_reply = message.createReply();
Expand Down