We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193b40a commit a1ce636Copy full SHA for a1ce636
scripts/kconfig/mconf.c
@@ -401,7 +401,7 @@ static void search_conf(void)
401
struct subtitle_part stpart;
402
403
title = str_new();
404
- str_printf( &title, _("Enter %s (sub)string to search for "
+ str_printf( &title, _("Enter %s (sub)string or regexp to search for "
405
"(with or without \"%s\")"), CONFIG_, CONFIG_);
406
407
again:
scripts/kconfig/nconf.c
@@ -695,7 +695,7 @@ static void search_conf(void)
695
int dres;
696
697
698
699
700
701
0 commit comments