Fix crash in wait in english

Wrong specifier in the localization again.

Note that this was already alleviated by not using fuzzy
translations in the cmake build.

Fixes #4847.
This commit is contained in:
Fabian Homborg 2018-04-10 21:53:38 +02:00
parent d53750bee6
commit 60c4a66c57

View file

@ -118,7 +118,7 @@ msgstr "%ls: '%ls' is not a valid variable name\n"
#: src/builtin_bg.cpp:95 src/builtin_disown.cpp:89 src/builtin_wait.cpp:163
#, fuzzy, c-format
msgid "%ls: Could not find job '%d'\n"
msgstr "%s: Could not find “%s”\n"
msgstr "%s: Could not find “%d”\n"
#: src/builtin_bind.cpp:141
#, c-format