diff options
author | Michal Marek <mmarek@suse.cz> | 2013-07-23 15:57:17 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2013-07-23 15:57:17 +0200 |
commit | c3286ee337b0586a8ae2b4f13c33e3de5d71139e (patch) | |
tree | 0bb5c494c1d88daba153eae98bb62ee42a00b3bd /scripts/kconfig/mconf.c | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) | |
parent | 508382a0428f2b2f49da0e0e89c921f07c9306aa (diff) | |
download | talos-op-linux-c3286ee337b0586a8ae2b4f13c33e3de5d71139e.tar.gz talos-op-linux-c3286ee337b0586a8ae2b4f13c33e3de5d71139e.zip |
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.c | 4 |
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(); |