diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-07 15:53:50 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-07 15:53:50 -0500 |
commit | 7bbd75425ee3dc3652f0ef9602532a96adf12a23 (patch) | |
tree | db0baf0ffdeed2159bca72d70a9f6b7af3b56260 | |
parent | 04d16e5faf3217224c0e371640308d84b87a93b3 (diff) | |
download | musl-locales-7bbd75425ee3dc3652f0ef9602532a96adf12a23.tar.gz musl-locales-7bbd75425ee3dc3652f0ef9602532a96adf12a23.tar.bz2 musl-locales-7bbd75425ee3dc3652f0ef9602532a96adf12a23.tar.xz musl-locales-7bbd75425ee3dc3652f0ef9602532a96adf12a23.zip |
cs_CZ: Add missing space for assert msg
-rw-r--r-- | musl-po/cs_CZ.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/musl-po/cs_CZ.po b/musl-po/cs_CZ.po index b8cec9a..133c2d7 100644 --- a/musl-po/cs_CZ.po +++ b/musl-po/cs_CZ.po @@ -55,7 +55,7 @@ msgstr "Chyba při relokaci %s: nepodporovaný typ relokace %d" #: ../musl/musl-1.1.14/src/exit/assert.c:6 #, c-format msgid "Assertion failed: %s (%s: %s: %d)\n" -msgstr "Tvrzení selhalo: %s(%s: %s: %d)\n" +msgstr "Tvrzení selhalo: %s (%s: %s: %d)\n" #: ../musl/musl-1.1.14/ldso/dynlink.c:340 #, c-format |