Hello,
Is it possible to change the following chunk of code to make it ready
for translation?
text_buffer_printf (&text,
"File: %s, Node: Index for '%s'\n\n"
"Virtual Index\n"
"*************\n\n"
"Index entries that match '%s':\n",
fb->filename, index_search, index_search);It's on indices.c and I' m interested in the fifth lines that says "Index entries that match..." Thanks.
