Przeglądaj źródła

translate menu options

Wichert Akkerman 25 lat temu
rodzic
commit
114b084e18
1 zmienionych plików z 1 dodań i 1 usunięć
  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;