diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-06-24 20:01:37 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-11-29 15:51:16 +0100 |
| commit | 9e35090402fdda7ee123f8478e4ffec0a17ecf8f (patch) | |
| tree | bdbae49e459ba984e0efb088b08700951d9a0b1e /scripts/kconfig/mconf.c | |
| parent | c60b6c5c9f4011d60ebf03898e2959e509b7c00f (diff) | |
kconfig/[mn]conf: make it explicit in the search box that a regexp is 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>
Diffstat (limited to 'scripts/kconfig/mconf.c')
| -rw-r--r-- | scripts/kconfig/mconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index 600ec394b..0225d840c 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c @@ -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: |
