From f12127c7756d6f332ad9f0da033fab76fb2b306d Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 14 Feb 2006 21:48:04 +1000 Subject: [PATCH] Add missing translation string darcs-hash:20060214114804-ac50b-1ce10e7613ebec38a283cd6f6f8ad08397cec529.gz --- expand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }