- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / scripts / kconfig / lxdialog / textbox.c
index fabfc1a..c704712 100644 (file)
@@ -114,7 +114,7 @@ do_resize:
 
        print_title(dialog, title, width);
 
-       print_button(dialog, " Exit ", height - 2, width / 2 - 4, TRUE);
+       print_button(dialog, gettext(" Exit "), height - 2, width / 2 - 4, TRUE);
        wnoutrefresh(dialog);
        getyx(dialog, cur_y, cur_x);    /* Save cursor position */