|
|
@@ -344,7 +344,7 @@ void ActivityListModel::addIgnoredFileToList(Activity newActivity)
|
|
|
bool duplicate = false;
|
|
|
if (_listOfIgnoredFiles.size() == 0) {
|
|
|
_notificationIgnoredFiles = newActivity;
|
|
|
- _notificationIgnoredFiles._subject = tr("Files from the ignore list as well as symbolic links are not synced. This includes:");
|
|
|
+ _notificationIgnoredFiles._subject = tr("Files from the ignore list as well as symbolic links are not synced.");
|
|
|
_listOfIgnoredFiles.append(newActivity);
|
|
|
return;
|
|
|
}
|