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'
|
cerr << '\n'
|
||||||
<< format(translate("ERROR: Could not open {0:s}: {1:s}")
|
<< translate("ERROR: ")
|
||||||
|
<< format(translate("Could not open {0:s}: {1:s}")
|
||||||
.str()
|
.str()
|
||||||
.data(),
|
.data(),
|
||||||
e.path1(), e.what())
|
e.path1(), e.what())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user