Remove "This includes" due to tooltip order

Signed-off-by: Jeremy Plsek <jeremyplsek@gmail.com>
This commit is contained in:
Jeremy Plsek 2020-09-15 17:13:36 -04:00 committed by Camila (Rebase PR Action)
parent c127052f2d
commit 3a53afd704
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}