Skip to content

Commit 38f5dac

Browse files
committed
ActivityListModel: Modify ignore text to not include symlinks
1 parent c61a574 commit 38f5dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/tray/activitylistmodel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ void ActivityListModel::addIgnoredFileToList(const Activity &newActivity)
613613
bool duplicate = false;
614614
if (_listOfIgnoredFiles.size() == 0) {
615615
_notificationIgnoredFiles = newActivity;
616-
_notificationIgnoredFiles._subject = tr("Files from the ignore list as well as symbolic links are not synced.");
616+
_notificationIgnoredFiles._subject = tr("Files from the ignore list are not synced.");
617617
addEntriesToActivityList({_notificationIgnoredFiles});
618618
_listOfIgnoredFiles.append(newActivity);
619619
return;

0 commit comments

Comments
 (0)