Chunk error string to make it better translatable.

This commit is contained in:
tastytea 2021-05-27 17:24:19 +02:00
parent e64591f204
commit c50659a339
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -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())