Change nomenclature to match Dolphin

Dolphin and Konsole added the same feature, we should use the
same nomenclature.
wilder-portage
Tomaz Canabrava 6 years ago
parent db806a4f54
commit 160417c9f9
  1. 2
      src/Filter.cpp

@ -588,7 +588,7 @@ FileFilter::HotSpot::~HotSpot() = default;
QList<QAction *> FileFilter::HotSpot::actions()
{
QAction *action = new QAction(i18n("Copy full path"), this);
QAction *action = new QAction(i18n("Copy Location"), this);
connect(action, &QAction::triggered, this, [this] {
QGuiApplication::clipboard()->setText(_filePath);
});

Loading…
Cancel
Save