Add missing translation string

darcs-hash:20060214114804-ac50b-1ce10e7613ebec38a283cd6f6f8ad08397cec529.gz
This commit is contained in:
axel 2006-02-14 21:48:04 +10:00
parent 73d84fe136
commit f12127c775

View file

@ -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;
}