mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 08:39:46 +02:00
Add "kbps" to bit rate drop down.
This commit is contained in:
parent
dc12d8a8f4
commit
2add81e6f7
@ -111,7 +111,7 @@ ExportMP2Options::ExportMP2Options(wxWindow *parent)
|
||||
|
||||
for (unsigned int i=0; i < (sizeof(iBitrates)/sizeof(int)); i++)
|
||||
{
|
||||
mBitRateNames.Add(wxString::Format(wxT("%i"),iBitrates[i]));
|
||||
mBitRateNames.Add(wxString::Format(_("%i kbps"),iBitrates[i]));
|
||||
mBitRateLabels.Add(iBitrates[i]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user