[Bug 315446] New: Critical i18n bug in Sound-juicer main window



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: sound-juicer-maint gnome bugs
        ReportedBy: fundawang linux net cn
                CC: gnome-i18n gnome org,all-bugs bugzilla gnome org


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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]