Am 01.11.2010 um 15:34 schrieb Pavel Sanda:

> Stephan Witt wrote:
>> setText(_("Unknown buffer info"));
>> to
>> setText(bformat(_("[[%1$s unknown]]"), from_utf8(name_)));
>> 
>> setText(bformat(_("%1$s unknown[[BufferInfo]]"), from_utf8(name_)));
>> seems more correct then.
> 
> why to put [[BufferInfo]] there? 

I don't know. I didn't introduce the [[..]] construct.

Stephan

Reply via email to