mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
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:
parent
d53750bee6
commit
60c4a66c57
1 changed files with 1 additions and 1 deletions
2
po/en.po
2
po/en.po
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue