[FEATURE] Updated sig_finder. Do not translate signature name.

This commit is contained in:
hasherezade
2026-06-05 18:31:40 +02:00
parent a8174a63e6
commit 5a8a205fa0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ void PatternSearchWindow::onSearchClicked()
threadMngr = new SignFinderThreadManager(exe);
}
if (!threadMngr->loadSignature(tr("Searched"), text)) {
if (!threadMngr->loadSignature("Searched", text)) {
progressBar.setValue(0);
QMessageBox::information(this, tr("Info"), tr("Could not parse the signature!"), QMessageBox::Ok);
return;