mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-24 16:20:05 +02:00
Add missing trailing 'seconds'
This commit is contained in:
parent
0a14d4d822
commit
e6fbc4be2c
@ -4185,7 +4185,7 @@ void AudacityProject::OnTrim()
|
|||||||
n = iter.Next();
|
n = iter.Next();
|
||||||
}
|
}
|
||||||
|
|
||||||
PushState(wxString::Format(_("Trim selected audio tracks from %.2f seconds to %.2f"),
|
PushState(wxString::Format(_("Trim selected audio tracks from %.2f seconds to %.2f seconds"),
|
||||||
mViewInfo.sel0, mViewInfo.sel1),
|
mViewInfo.sel0, mViewInfo.sel1),
|
||||||
_("Trim Audio"));
|
_("Trim Audio"));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user