GNOME Bugzilla – Bug 315446
Critical i18n bug in Sound-juicer main window
Last modified: 2005-09-11 06:55:53 UTC
sj-main.c, Line 136: static GtkStockItem sj_stock_items[] = { { SJ_STOCK_PLAYING, NULL, 0, 0, NULL }, { SJ_STOCK_RECORDING, NULL, 0, 0, NULL }, { SJ_STOCK_EXTRACT, "E_xtract", GDK_CONTROL_MASK, GDK_Return, NULL } }; I would sugest "E_xtract" should be _()ed, i.e., _("E_xtract"). It is the only occurance of string "E_xtract" of main window. BTW, this is the critial bug which must be solved before 2.12, and it leads string freeze breakage. Sorry for not reporting this bug earlier.
2.12 is out already. I'll have a look at this shortly.
Fixed in CVS, thanks.
I would suggest you annouce it to release-team and gnome-i18n so that everybody knows it.