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