mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Shortened the "no matches found" error message
This commit is contained in:
parent
f92b24221a
commit
6d3f257439
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ The fish parser. Contains functions for parsing and evaluating code.
|
|||
/**
|
||||
Error message for wildcards with no matches
|
||||
*/
|
||||
#define WILDCARD_ERR_MSG _( L"Warning: No match for wildcard '%ls'. The command will not be executed.")
|
||||
#define WILDCARD_ERR_MSG _( L"No matches for wildcard '%ls'.")
|
||||
|
||||
/**
|
||||
Error when using case builtin outside of switch block
|
||||
|
|
Loading…
Reference in a new issue