]> Pileus Git - ~andy/linux/commitdiff
kconfig/[mn]conf: make it explicit in the search box that a regexp is possible
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 24 Jun 2013 18:01:37 +0000 (20:01 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 24 Jun 2013 18:01:37 +0000 (20:01 +0200)
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>
scripts/kconfig/mconf.c
scripts/kconfig/nconf.c

index 6ee4aaea9d87367ef8c85f18fc18aa167bf9a7b3..18d3dc93d71883be42be769d516b27485465c969 100644 (file)
@@ -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:
index 0183153c2095a90d7298d2d5d62dafcd734b2c90..7975d8d258c3f6cb8848a137a3f263a4f16f1d20 100644 (file)
@@ -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: