]> git.sesse.net Git - kdenlive/blobdiff - src/documentchecker.cpp
Add "Favorites" category to rendering profiles for easier management
[kdenlive] / src / documentchecker.cpp
index ef8e5bb54a590d95c2370ea5343730cf1cc6fbac..058a537f09f32b5bc0ce63dc6bd84d4f492ab2d7 100644 (file)
@@ -273,7 +273,6 @@ void DocumentChecker::accept()
                             break;
                         }
                     }
-                    break;
                 }
             }
         } else if (child->data(0, statusRole).toInt() == CLIPPLACEHOLDER) {
@@ -347,7 +346,7 @@ void DocumentChecker::checkStatus()
 
 void DocumentChecker::slotDeleteSelected()
 {
-    if (KMessageBox::warningContinueCancel(this, i18n("This will remove the selected clips from this project"), i18n("Remove clips")) == KMessageBox::Cancel) return;
+    if (KMessageBox::warningContinueCancel(this, i18np("This will remove the selected clip from this project", "This will remove the selected clips from this project", treeWidget->selectedItems().count()), i18n("Remove clips")) == KMessageBox::Cancel) return;
     int ix = 0;
     QStringList deletedIds;
     QTreeWidgetItem *child = treeWidget->topLevelItem(ix);