Do not reply to this email.  You can add comments to this bug at
 http://bugzilla.gnome.org/show_bug.cgi?id=315446
 sound-juicer | interface | Ver: 2.11.x

           Summary: Critical i18n bug in Sound-juicer main window
           Product: sound-juicer
           Version: 2.11.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: interface
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: gnome-i18n@gnome.org,[EMAIL PROTECTED]


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.

------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to