Wichert Akkerman лет назад: 25
Родитель
Сommit
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;