]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/kconfig/mconf.c
kconfig/[mn]conf: make it explicit in the search box that a regexp is possible
[karo-tx-linux.git] / scripts / kconfig / mconf.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: