]> Pileus Git - ~andy/linux/blobdiff - scripts/kconfig/mconf.c
kconfig/[mn]conf: shorten title in search-box
[~andy/linux] / scripts / kconfig / mconf.c
index 18d3dc93d71883be42be769d516b27485465c969..b20e851d45426d7f122a1dc171d4c2a08629768d 100644 (file)
@@ -401,8 +401,8 @@ static void search_conf(void)
        struct subtitle_part stpart;
 
        title = str_new();
-       str_printf( &title, _("Enter %s (sub)string or regexp to search for "
-                             "(with or without \"%s\")"), CONFIG_, CONFIG_);
+       str_printf( &title, _("Enter (sub)string or regexp to search for "
+                             "(with or without \"%s\")"), CONFIG_);
 
 again:
        dialog_clear();