diff --git a/expand.c b/expand.c index f2023fb23..af7d34345 100644 --- a/expand.c +++ b/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; }