diff options
Diffstat (limited to 'scripts/kconfig/lxdialog/textbox.c')
-rw-r--r-- | scripts/kconfig/lxdialog/textbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/lxdialog/textbox.c b/scripts/kconfig/lxdialog/textbox.c index fabfc1ad789d..c704712d0227 100644 --- a/scripts/kconfig/lxdialog/textbox.c +++ b/scripts/kconfig/lxdialog/textbox.c | |||
@@ -114,7 +114,7 @@ do_resize: | |||
114 | 114 | ||
115 | print_title(dialog, title, width); | 115 | print_title(dialog, title, width); |
116 | 116 | ||
117 | print_button(dialog, " Exit ", height - 2, width / 2 - 4, TRUE); | 117 | print_button(dialog, gettext(" Exit "), height - 2, width / 2 - 4, TRUE); |
118 | wnoutrefresh(dialog); | 118 | wnoutrefresh(dialog); |
119 | getyx(dialog, cur_y, cur_x); /* Save cursor position */ | 119 | getyx(dialog, cur_y, cur_x); /* Save cursor position */ |
120 | 120 | ||