Skip to content

Commit

Permalink
kconfig/[mn]conf: make it explicit in the search box that a regexp is…
Browse files Browse the repository at this point in the history
… possible

Reported-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Jean Delvare <jdelvare@suse.de>
Cc: Michal Marek <mmarek@suse.cz>
  • Loading branch information
Yann E. MORIN committed Jun 24, 2013
1 parent 193b40a commit a1ce636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/kconfig/mconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion scripts/kconfig/nconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a1ce636

Please sign in to comment.