Weird placeholder order in "File not found/File corrupted %1"

• May 1, 2017 - 21:50
Reported version
2.1
Type
Wording/Translation
Severity
S4 - Minor
Status
closed
Project

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