Skip to content

Commit

Permalink
String correction: badly formed -> malformed
Browse files Browse the repository at this point in the history
String correction; discussed in MuseScore Translation Telegram group
  • Loading branch information
riaanvn authored and igorkorsukov committed Jan 8, 2021
1 parent 85c38a4 commit c686fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/file.cpp
Expand Up @@ -3419,7 +3419,7 @@ bool MuseScore::saveOnline(const QStringList& inFilePaths)
parseSourceUrl(score->metaTag("source"), uid, nid);

if (nid <= 0) {
qCritical() << qUtf8Printable(tr("Error: '%1' tag missing or badly formed in %2").arg("source").arg(path));
qCritical() << qUtf8Printable(tr("Error: '%1' tag missing or malformed in %2").arg("source").arg(path));
all_successful = false;
continue;
}
Expand Down

0 comments on commit c686fa4

Please sign in to comment.