diff options
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/gconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index dfe748c38b72..199b22bb49e2 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c | |||
@@ -466,7 +466,7 @@ static void text_insert_help(struct menu *menu) | |||
466 | help = _(help); | 466 | help = _(help); |
467 | 467 | ||
468 | if (menu->sym && menu->sym->name) | 468 | if (menu->sym && menu->sym->name) |
469 | name = g_strdup_printf(_(menu->sym->name)); | 469 | name = g_strdup_printf(menu->sym->name); |
470 | else | 470 | else |
471 | name = g_strdup(""); | 471 | name = g_strdup(""); |
472 | 472 | ||