diff options
author | Michal Marek <mmarek@suse.cz> | 2013-07-23 17:57:17 +0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2013-07-23 17:57:17 +0400 |
commit | c3286ee337b0586a8ae2b4f13c33e3de5d71139e (patch) | |
tree | 0bb5c494c1d88daba153eae98bb62ee42a00b3bd /scripts/kconfig/nconf.c | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) | |
parent | 508382a0428f2b2f49da0e0e89c921f07c9306aa (diff) | |
download | linux-c3286ee337b0586a8ae2b4f13c33e3de5d71139e.tar.xz |
Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfig
Diffstat (limited to 'scripts/kconfig/nconf.c')
-rw-r--r-- | scripts/kconfig/nconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c index 7975d8d258c3..4fbecd2473bc 100644 --- a/scripts/kconfig/nconf.c +++ b/scripts/kconfig/nconf.c @@ -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, |