kconfig/lxdialog/textbox.c
branch1.14
changeset 2864 31d397543600
parent 1 eeea35fbf182
     1.1 --- a/kconfig/lxdialog/textbox.c	Sat Feb 24 11:00:05 2007 +0000
     1.2 +++ b/kconfig/lxdialog/textbox.c	Wed Feb 01 00:19:04 2012 +0100
     1.3 @@ -114,7 +114,7 @@
     1.4  
     1.5  	print_title(dialog, title, width);
     1.6  
     1.7 -	print_button(dialog, " Exit ", height - 2, width / 2 - 4, TRUE);
     1.8 +	print_button(dialog, gettext(" Exit "), height - 2, width / 2 - 4, TRUE);
     1.9  	wnoutrefresh(dialog);
    1.10  	getyx(dialog, cur_y, cur_x);	/* Save cursor position */
    1.11