mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-24 08:10:05 +02:00
i18n-hint comments were wrongly swapped!
This commit is contained in:
parent
991819bc28
commit
48ee622c1d
@ -9682,9 +9682,9 @@ void TrackInfo::DrawMuteSolo(wxDC * dc, const wxRect & rect, Track * t,
|
||||
|
||||
wxCoord textWidth, textHeight;
|
||||
wxString str = (solo) ?
|
||||
/* i18n-hint: This is on a button that will silence this track.*/
|
||||
_("Solo") :
|
||||
/* i18n-hint: This is on a button that will silence all the other tracks.*/
|
||||
_("Solo") :
|
||||
/* i18n-hint: This is on a button that will silence this track.*/
|
||||
_("Mute");
|
||||
|
||||
AColor::Bevel2(
|
||||
|
Loading…
x
Reference in New Issue
Block a user