Chunk error string to make it better translatable.
This commit is contained in:
parent
e64591f204
commit
c50659a339
|
@ -112,7 +112,8 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
cerr << '\n'
|
||||
<< format(translate("ERROR: Could not open {0:s}: {1:s}")
|
||||
<< translate("ERROR: ")
|
||||
<< format(translate("Could not open {0:s}: {1:s}")
|
||||
.str()
|
||||
.data(),
|
||||
e.path1(), e.what())
|
||||
|
|
Loading…
Reference in New Issue
Block a user