kconfig/lxdialog/yesno.c
changeset 2882 da77b5e7cb9f
parent 1 eeea35fbf182
     1.1 --- a/kconfig/lxdialog/yesno.c	Sat Feb 24 11:00:05 2007 +0000
     1.2 +++ b/kconfig/lxdialog/yesno.c	Mon Feb 13 21:10:06 2012 +0100
     1.3 @@ -29,8 +29,8 @@
     1.4  	int x = width / 2 - 10;
     1.5  	int y = height - 2;
     1.6  
     1.7 -	print_button(dialog, " Yes ", y, x, selected == 0);
     1.8 -	print_button(dialog, "  No  ", y, x + 13, selected == 1);
     1.9 +	print_button(dialog, gettext(" Yes "), y, x, selected == 0);
    1.10 +	print_button(dialog, gettext("  No  "), y, x + 13, selected == 1);
    1.11  
    1.12  	wmove(dialog, y, x + 1 + 13 * selected);
    1.13  	wrefresh(dialog);