Hi, 2009/4/5 <[email protected]>: > input->answer = _("mod09Q1"); > input1->key = _("qcname");
there is no sense to use _() macro. These strings should not be translated. I remember that I have had fixed these issues in the past. Please use _() where it make sense not everywhere;-) M. -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
