mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
kconfig: gconfig: symbol fix
Gettext support for symbol names are unnecessary. Signed-off-by: Egry Gabor <gaboregry1@t-online.hu> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Roman Zippel <zippel@linux-m68k.org>
This commit is contained in:
parent
534a450c38
commit
0ffce8d944
@ -466,7 +466,7 @@ static void text_insert_help(struct menu *menu)
|
||||
help = _(help);
|
||||
|
||||
if (menu->sym && menu->sym->name)
|
||||
name = g_strdup_printf(_(menu->sym->name));
|
||||
name = g_strdup_printf(menu->sym->name);
|
||||
else
|
||||
name = g_strdup("");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user