diff --git a/klipper/klipper.cpp b/klipper/klipper.cpp index c11909feb..f92fe6dcd 100644 --- a/klipper/klipper.cpp +++ b/klipper/klipper.cpp @@ -480,8 +480,10 @@ void Klipper::disableURLGrabber() { QMessageBox *message = new QMessageBox(QMessageBox::Information, QString(), - i18n("You can enable URL actions later by left-clicking on the " - "Klipper icon and selecting 'Enable Clipboard Actions'")); + xi18nc("@info", + "You can enable URL actions later in the " + "Actions page of the " + "Clipboard applet's configuration window")); message->setAttribute(Qt::WA_DeleteOnClose); message->setModal(false); message->show();