Skip to content
Snippets Groups Projects
Commit 2de1a8c6 authored by Olivier Langella's avatar Olivier Langella
Browse files

typo fixed

parent 4c05e247
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@ bool XpipSaxHandler::endElement_identification() {
bool XpipSaxHandler::endElement_match() {
_count_protein_match++;
_p_monitor->message(QString("readind match %1").arg(_count_protein_match), _count_protein_match);
_p_monitor->message(QObject::tr("reading match %1").arg(_count_protein_match), _count_protein_match);
_current_identification_group_p->addProteinMatch(_p_protein_match);
_p_protein_match = nullptr;
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment