1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-24 08:10:05 +02:00

fix build

This commit is contained in:
Paul Licameli 2018-01-05 01:00:14 -05:00
parent b53e7d7a8a
commit 3769fdea0e

View File

@ -6356,7 +6356,7 @@ void AudacityProject::OnSelectClip(bool next)
first number identifies one of a sequence of clips,
last number counts the clips,
string names a track */
_("dummyStringOnSelectClip")
_("dummyStringOnSelectClip");
auto format = wxPLURAL(
"%d of %d clip %s",
"%d of %d clips %s",