kconfig: gconfig: symbol fix
authorEGRY Gabor <[email protected]>
Fri, 11 Jan 2008 22:49:12 +0000 (23:49 +0100)
committerSam Ravnborg <[email protected]>
Mon, 28 Jan 2008 22:14:39 +0000 (23:14 +0100)
Gettext support for symbol names are unnecessary.

Signed-off-by: Egry Gabor <[email protected]>
Reviewed-by: Sam Ravnborg <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
Cc: Roman Zippel <[email protected]>
scripts/kconfig/gconf.c

index dfe748c38b7276b7c47eb026fc0521af8d316c9e..199b22bb49e2a7940bae8f84e38348e6aca30480 100644 (file)
@@ -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("");