X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2Fset_oeminfo.c;fp=lib%2Fset_oeminfo.c;h=4c7b56f4b9a90083ad19403b6c33bf103b8f8c32;hb=dfbb336f793df897e24bd34d6cae780d5bdef3cf;hp=3d137a3fd3d6e2c1db7a4272dea256104d2fd32a;hpb=17cd5711411f45df26b33c51288780627b7377e2;p=ap-utils.git diff --git a/lib/set_oeminfo.c b/lib/set_oeminfo.c index 3d137a3..4c7b56f 100644 --- a/lib/set_oeminfo.c +++ b/lib/set_oeminfo.c @@ -218,7 +218,7 @@ void atmel_set_oeminfo() for (i = 0; i < 32 && ProductName[i]; i++) waddch(main_sub, ProductName[i]); - sprintf(message, _("%s%u"), S_PRODTYPE, ProductType); + sprintf(message, "%s%u", S_PRODTYPE, ProductType); mvwaddstr(main_sub, 7, 0, message); sprintf(message, "%s%u", S_HWREV, HardwareRevision);