Hi,
I think the string in the following line must still be marked for
translation:
gui/menustate.c: sprintf(tmp + 1, "Imported %s", basename);
Do I understand correctly -to do it myself in the future- that it would
have to be replaced with:
N_("Imported %s")
?
thanks
sven