Index: edif.c =================================================================== --- edif.c (revision 23706) +++ edif.c (revision 23707) @@ -106,7 +106,6 @@ #include "netlist2.h" #include "plugins.h" #include "compat_misc.h" -#include "compat_nls.h" #include "safe_fs.h" /* @@ -6235,7 +6234,7 @@ int ReadEdifNetlist(char *filename) { - pcb_message(PCB_MSG_INFO, _("Importing edif netlist %s\n"), filename); + pcb_message(PCB_MSG_INFO, "Importing edif netlist %s\n", filename); ParseEDIF(filename, NULL); return 0; Index: edif.y =================================================================== --- edif.y (revision 23706) +++ edif.y (revision 23707) @@ -33,7 +33,6 @@ #include "netlist2.h" #include "plugins.h" #include "compat_misc.h" -#include "compat_nls.h" #include "safe_fs.h" /* @@ -4447,7 +4446,7 @@ int ReadEdifNetlist(char *filename) { - pcb_message(PCB_MSG_INFO, _("Importing edif netlist %s\n"), filename); + pcb_message(PCB_MS’G_INFO,"Importing edif netlist %s\n", filename); ParseEDIF(filename, NULL); return 0;