Weird placeholder order in "File not found/File corrupted %1"
The following two strings have weird word order:
File not found %1
Occurrences:
../../mscore/file.cpp:198
Context: QObject
Should this be:
File “%1” not found
________________________________________________________
File corrupted %1
Occurrences:
../../mscore/file.cpp:201
Context:QObject
Should this be:
File “%1” is corrupted
Comments
Maybe an error string rather than a filename? Need to check the code.
It is a filename. As a temp measure fixed the en_US (and en_GB) translation
See https://github.com/musescore/MuseScore/pull/3161
Fixed in branch master, commit b93e74ca58
fix #195436: Weird placeholder order in "File not found/File corrupted %1"
Fixed in branch 2.2, commit 79d2d5f154
fix #195436: Weird placeholder order in "File not found/File corrupted %1"
Automatically closed -- issue fixed for 2 weeks with no activity.