After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 315446 - Critical i18n bug in Sound-juicer main window
Critical i18n bug in Sound-juicer main window
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: interface
2.12.x
Other Linux
: Normal blocker
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-07 13:00 UTC by Funda Wang
Modified: 2005-09-11 06:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Funda Wang 2005-09-07 13:00:11 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.
Comment 1 Ross Burton 2005-09-07 13:07:08 UTC
2.12 is out already.

I'll have a look at this shortly.
Comment 2 Ross Burton 2005-09-10 13:34:39 UTC
Fixed in CVS, thanks.
Comment 3 Funda Wang 2005-09-11 06:55:52 UTC
I would suggest you annouce it to release-team and gnome-i18n so that everybody 
knows it.