We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61a574 commit 38f5dacCopy full SHA for 38f5dac
src/gui/tray/activitylistmodel.cpp
@@ -613,7 +613,7 @@ void ActivityListModel::addIgnoredFileToList(const Activity &newActivity)
613
bool duplicate = false;
614
if (_listOfIgnoredFiles.size() == 0) {
615
_notificationIgnoredFiles = newActivity;
616
- _notificationIgnoredFiles._subject = tr("Files from the ignore list as well as symbolic links are not synced.");
+ _notificationIgnoredFiles._subject = tr("Files from the ignore list are not synced.");
617
addEntriesToActivityList({_notificationIgnoredFiles});
618
_listOfIgnoredFiles.append(newActivity);
619
return;
0 commit comments