Skip to content

Commit a1ce636

Browse files
kconfig/[mn]conf: make it explicit in the search box that a regexp is possible
Reported-by: Jean Delvare <[email protected]> Signed-off-by: "Yann E. MORIN" <[email protected]> Cc: Jean Delvare <[email protected]> Cc: Michal Marek <[email protected]>
1 parent 193b40a commit a1ce636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/kconfig/mconf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ static void search_conf(void)
401401
struct subtitle_part stpart;
402402

403403
title = str_new();
404-
str_printf( &title, _("Enter %s (sub)string to search for "
404+
str_printf( &title, _("Enter %s (sub)string or regexp to search for "
405405
"(with or without \"%s\")"), CONFIG_, CONFIG_);
406406

407407
again:

scripts/kconfig/nconf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ static void search_conf(void)
695695
int dres;
696696

697697
title = str_new();
698-
str_printf( &title, _("Enter %s (sub)string to search for "
698+
str_printf( &title, _("Enter %s (sub)string or regexp to search for "
699699
"(with or without \"%s\")"), CONFIG_, CONFIG_);
700700

701701
again:

0 commit comments

Comments
 (0)