mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-24 08:10: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();
|
||||
}
|
||||
|
||||
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),
|
||||
_("Trim Audio"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user