Explorar el Código

Merge pull request #2431 from jplsek/remove-this-includes

Remove "This includes" due to tooltip order
Kevin Ottens hace 5 años
padre
commit
58b88de936
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/gui/tray/ActivityListModel.cpp

+ 1 - 1
src/gui/tray/ActivityListModel.cpp

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