diff options
author | Tom Rini <trini@konsulko.com> | 2020-03-17 09:54:45 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-03-17 09:54:45 -0400 |
commit | 552c3d4c2d3a98658158fdb7213515d631f5e181 (patch) | |
tree | 8f69c23d27d458081fd3e3dc9d244cd92ad05c96 /scripts/kconfig/lxdialog/textbox.c | |
parent | e24f0a39d0daa2d8c597650aeb3f559d44a195ae (diff) | |
parent | 33b40389ea4a3c19a00ff63dafa3ba61d18ef0d9 (diff) |
Merge branch '2020-03-16-kbuild-etc-resync-v4.18' into next
- Update our Kbuild / Kconfig and relate functionality to be in line
with the Linux kernel v4.18 release.
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 ab34000d9b9..4e339b12664 100644 --- a/scripts/kconfig/lxdialog/textbox.c +++ b/scripts/kconfig/lxdialog/textbox.c @@ -116,7 +116,7 @@ do_resize: print_title(dialog, title, width); - print_button(dialog, gettext(" Exit "), height - 2, width / 2 - 4, TRUE); + print_button(dialog, " Exit ", height - 2, width / 2 - 4, TRUE); wnoutrefresh(dialog); getyx(dialog, cur_y, cur_x); /* Save cursor position */ |