]> Pileus Git - ~andy/linux/commitdiff
kconfig/[mn]conf: shorten title in search-box
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 16 Jul 2013 18:24:09 +0000 (20:24 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 16 Jul 2013 18:26:47 +0000 (20:26 +0200)
No need to repeat the 'CONFIG_' string in the title,
once is explicit enough.

Reported-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Jean Delvare <jdelvare@suse.de>
scripts/kconfig/mconf.c
scripts/kconfig/nconf.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();
index 7975d8d258c3f6cb8848a137a3f263a4f16f1d20..4fbecd2473bc51904629056eaa8bacb7b42fb660 100644 (file)
@@ -695,8 +695,8 @@ static void search_conf(void)
        int dres;
 
        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:
        dres = dialog_inputbox(main_window,