]> err.no Git - dpkg/commitdiff
translate menu options
authorWichert Akkerman <wakkerma@debian.org>
Thu, 12 Apr 2001 13:44:38 +0000 (13:44 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Thu, 12 Apr 2001 13:44:38 +0000 (13:44 +0000)
dselect/main.cc

index da6542c8057c8fb55f4085406ff05d43dce759a8..04f150900ad7e5de66751c64e7d821d88ac7a2d1 100644 (file)
@@ -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;