提交 0ffce8d9 编写于 作者: E EGRY Gabor 提交者: Sam Ravnborg

kconfig: gconfig: symbol fix

Gettext support for symbol names are unnecessary.
Signed-off-by: NEgry Gabor <gaboregry1@t-online.hu>
Reviewed-by: NSam Ravnborg <sam@ravnborg.org>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
上级 534a450c
......@@ -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("");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册