diff --git a/src/Filter.cpp b/src/Filter.cpp index c0f2e782..3ba203fd 100644 --- a/src/Filter.cpp +++ b/src/Filter.cpp @@ -588,7 +588,7 @@ FileFilter::HotSpot::~HotSpot() = default; QList 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); });