@@ -825,16 +833,16 @@ int CnvWblToHtml::attribute_exec()
if(ctx->rw->attr_array&&ctx->rw->attr_pointer)
fp_tmp<<
"<CODE><B>Type</B> Array of pointers to <A HREF=\""<<typeref_href<<"\">"<<ctx->rw->attr_typeref<<"</A></CODE><DT>"<<endl;
"<CODE><B>"<<Lng::translate("Type")<<"</B> Array of pointers to <A HREF=\""<<typeref_href<<"\">"<<ctx->rw->attr_typeref<<"</A></CODE><DT>"<<endl;
elseif(ctx->rw->attr_array)
fp_tmp<<
"<CODE><B>Type</B> Array of <A HREF=\""<<typeref_href<<"\">"<<ctx->rw->attr_typeref<<"</A></CODE><DT>"<<endl;
"<CODE><B>"<<Lng::translate("Type")<<"</B> Array of <A HREF=\""<<typeref_href<<"\">"<<ctx->rw->attr_typeref<<"</A></CODE><DT>"<<endl;
elseif(ctx->rw->attr_pointer)
fp_tmp<<
"<CODE><B>Type</B> Pointer to <A HREF=\""<<typeref_href<<"\">"<<ctx->rw->attr_typeref<<"</A></CODE><DT>"<<endl;
"<CODE><B>"<<Lng::translate("Type")<<"</B> Pointer to <A HREF=\""<<typeref_href<<"\">"<<ctx->rw->attr_typeref<<"</A></CODE><DT>"<<endl;