Loading scripts/kconfig/mconf.c +2 −2 Original line number Diff line number Diff line Loading @@ -401,8 +401,8 @@ static void search_conf(void) struct subtitle_part stpart; title = str_new(); str_printf( &title, _("Enter %s (sub)string or regexp to search for " "(with or without \"%s\")"), CONFIG_, CONFIG_); str_printf( &title, _("Enter (sub)string or regexp to search for " "(with or without \"%s\")"), CONFIG_); again: dialog_clear(); Loading scripts/kconfig/nconf.c +2 −2 Original line number Diff line number Diff line Loading @@ -695,8 +695,8 @@ static void search_conf(void) int dres; title = str_new(); str_printf( &title, _("Enter %s (sub)string or regexp to search for " "(with or without \"%s\")"), CONFIG_, CONFIG_); str_printf( &title, _("Enter (sub)string or regexp to search for " "(with or without \"%s\")"), CONFIG_); again: dres = dialog_inputbox(main_window, Loading Loading
scripts/kconfig/mconf.c +2 −2 Original line number Diff line number Diff line Loading @@ -401,8 +401,8 @@ static void search_conf(void) struct subtitle_part stpart; title = str_new(); str_printf( &title, _("Enter %s (sub)string or regexp to search for " "(with or without \"%s\")"), CONFIG_, CONFIG_); str_printf( &title, _("Enter (sub)string or regexp to search for " "(with or without \"%s\")"), CONFIG_); again: dialog_clear(); Loading
scripts/kconfig/nconf.c +2 −2 Original line number Diff line number Diff line Loading @@ -695,8 +695,8 @@ static void search_conf(void) int dres; title = str_new(); str_printf( &title, _("Enter %s (sub)string or regexp to search for " "(with or without \"%s\")"), CONFIG_, CONFIG_); str_printf( &title, _("Enter (sub)string or regexp to search for " "(with or without \"%s\")"), CONFIG_); again: dres = dialog_inputbox(main_window, Loading