mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
Add missing translation string
darcs-hash:20060214114804-ac50b-1ce10e7613ebec38a283cd6f6f8ad08397cec529.gz
This commit is contained in:
parent
73d84fe136
commit
f12127c775
1 changed files with 1 additions and 1 deletions
2
expand.c
2
expand.c
|
@ -1126,7 +1126,7 @@ static int expand_brackets( wchar_t *in, int flags, array_list_t *out )
|
|||
{
|
||||
error( SYNTAX_ERROR,
|
||||
-1,
|
||||
L"Mismatched brackets" );
|
||||
_(L"Mismatched brackets") );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue