mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
improve wording of error message
Zanchey proposed this improved wording in feedback to PR #3658.
This commit is contained in:
parent
1f836f72b3
commit
f0515d0caa
1 changed files with 2 additions and 2 deletions
|
@ -2244,8 +2244,8 @@ static void handle_end_loop() {
|
|||
}
|
||||
|
||||
if (!data->prev_end_loop && bg_jobs) {
|
||||
fputws(_(L"There are stopped or running jobs.\n"), stdout);
|
||||
fputws(_(L"A second attempt to exit will force their termination.\n"), stdout);
|
||||
fputws(_(L"There are still jobs active (use the jobs command to see them).\n"), stdout);
|
||||
fputws(_(L"A second attempt to exit will terminate them.\n"), stdout);
|
||||
reader_exit(0, 0);
|
||||
data->prev_end_loop = 1;
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue