Browse Source

translate menu options

Wichert Akkerman 25 years ago
parent
commit
114b084e18
1 changed files with 1 additions and 1 deletions
  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];
   const menuentry *me= &menuentries[i];
   sprintf(buf," %c %d. %-11.11s %-80.80s ",
   sprintf(buf," %c %d. %-11.11s %-80.80s ",
           so ? '*' : ' ', i,
           so ? '*' : ' ', i,
-          me->option,
+          gettext(me->option),
           gettext(me->menuent));
           gettext(me->menuent));
   
   
   int y,x;
   int y,x;