kconfig/lxdialog/checklist.c
changeset 943 1cca90ce0481
parent 1 eeea35fbf182
child 2448 a103abae1560
     1.1 --- a/kconfig/lxdialog/checklist.c	Sat Feb 24 11:00:05 2007 +0000
     1.2 +++ b/kconfig/lxdialog/checklist.c	Fri Oct 17 12:47:53 2008 +0000
     1.3 @@ -97,8 +97,8 @@
     1.4  	int x = width / 2 - 11;
     1.5  	int y = height - 2;
     1.6  
     1.7 -	print_button(dialog, "Select", y, x, selected == 0);
     1.8 -	print_button(dialog, " Help ", y, x + 14, selected == 1);
     1.9 +	print_button(dialog, gettext("Select"), y, x, selected == 0);
    1.10 +	print_button(dialog, gettext(" Help "), y, x + 14, selected == 1);
    1.11  
    1.12  	wmove(dialog, y, x + 1 + 14 * selected);
    1.13  	wrefresh(dialog);