Wichert Akkerman пре 25 година
родитељ
комит
114b084e18
1 измењених фајлова са 1 додато и 1 уклоњено
  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;