[klipper] Fix obsolete reference to non-existent UI element

BUG: 417311
FIXED-IN: 5.22
wilder-5.22
Nate Graham 5 years ago
parent b828a4652f
commit eeb294f5e0
  1. 6
      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 "
"<interface>Actions</interface> page of the "
"Clipboard applet's configuration window"));
message->setAttribute(Qt::WA_DeleteOnClose);
message->setModal(false);
message->show();

Loading…
Cancel
Save