aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/mconf.c
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2013-07-16 20:24:09 +0200
committerYann E. MORIN <yann.morin.1998@free.fr>2013-07-16 20:26:47 +0200
commitf6eb6e46f766f4e2eb64d2d467ef7efff084c47c (patch)
treee5e170c30cdf9408b8e86ff9845070d4c01d5840 /scripts/kconfig/mconf.c
parentkconfig: avoid multiple calls to strlen (diff)
downloadlinux-dev-f6eb6e46f766f4e2eb64d2d467ef7efff084c47c.tar.xz
linux-dev-f6eb6e46f766f4e2eb64d2d467ef7efff084c47c.zip
kconfig/[mn]conf: shorten title in search-box
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>
Diffstat (limited to 'scripts/kconfig/mconf.c')
-rw-r--r--scripts/kconfig/mconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index 18d3dc93d718..b20e851d4542 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -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();