From 48ee622c1dd45f3730866eee746c454cfffc40fb Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sat, 10 Jun 2017 13:02:34 -0400 Subject: [PATCH] i18n-hint comments were wrongly swapped! --- src/TrackPanel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TrackPanel.cpp b/src/TrackPanel.cpp index b10ddc2b1..3a633b224 100644 --- a/src/TrackPanel.cpp +++ b/src/TrackPanel.cpp @@ -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(