]> git.sur5r.net Git - kconfig-frontends/blobdiff - frontends/nconf/nconf.c
Synchronise with v3.16
[kconfig-frontends] / frontends / nconf / nconf.c
index 7975d8d258c3f6cb8848a137a3f263a4f16f1d20..984489ef2b46e12549eedd74a2d8691ba0589489 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,
@@ -1554,4 +1554,3 @@ int main(int ac, char **av)
        endwin();
        return 0;
 }
-