Skip to content

Commit

Permalink
KDESKTOP-1449 - Change Finder context menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementKunz committed Jan 3, 2025
1 parent de2d2d1 commit fac3343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/socketapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ void SocketApi::processFileList(const QStringList &inFileList, std::list<KDC::Sy
}

QString SocketApi::vfsPinActionText() {
return QCoreApplication::translate("utility", "Always make available locally");
return QCoreApplication::translate("utility", "Make available locally");
}

QString SocketApi::vfsFreeSpaceActionText() {
Expand Down

0 comments on commit fac3343

Please sign in to comment.