Skip to content

Commit

Permalink
translatable please
Browse files Browse the repository at this point in the history
Co-authored-by: bruno boutin <[email protected]>
  • Loading branch information
JorisGoosen and boutinb authored Oct 10, 2024
1 parent 942d22e commit d311d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Desktop/modules/upgrader/changeincompatible.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void ChangeIncompatible::applyUpgrade(Json::Value &options, UpgradeMsgs &msgs, b
options = Json::objectValue;

if(!inMeta)
msgs[analysisLog].push_back(prefixLog + "Reset analysis because of '" + (msg().isEmpty() ? "???" : msg()).toStdString() + "'");
msgs[analysisLog].push_back(prefixLog + tr("Reset analysis because of '%1'").arg(msg().isEmpty() ? "???" : msg()).toStdString());
}

}

0 comments on commit d311d5a

Please sign in to comment.