Explorar o código

translate menu options

Wichert Akkerman %!s(int64=25) %!d(string=hai) anos
pai
achega
114b084e18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dselect/main.cc

+ 1 - 1
dselect/main.cc

@@ -202,7 +202,7 @@ void dme(int i, int so) {
   const menuentry *me= &menuentries[i];
   sprintf(buf," %c %d. %-11.11s %-80.80s ",
           so ? '*' : ' ', i,
-          me->option,
+          gettext(me->option),
           gettext(me->menuent));
   
   int y,x;