summaryrefslogtreecommitdiff
path: root/scripts/kconfig/mconf.c
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2013-07-23 15:57:17 +0200
committerMichal Marek <mmarek@suse.cz>2013-07-23 15:57:17 +0200
commitc3286ee337b0586a8ae2b4f13c33e3de5d71139e (patch)
tree0bb5c494c1d88daba153eae98bb62ee42a00b3bd /scripts/kconfig/mconf.c
parentad81f0545ef01ea651886dddac4bef6cec930092 (diff)
parent508382a0428f2b2f49da0e0e89c921f07c9306aa (diff)
Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfig
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 6c9c45f9fbba..2c3963165a0d 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();