1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 16:09:28 +02:00

Fix wording in recording preferences (Thanks Bill)

This commit is contained in:
James Crook 2018-03-26 09:59:24 +01:00
parent 460ff4644e
commit c086e252fb

View File

@ -91,7 +91,7 @@ void RecordingPrefs::PopulateOrExchange(ShuttleGui & S)
wxT("/AudioIO/Playthrough"),
false);
#endif
S.TieCheckBox(_("Use &software to play other tracks"),
S.TieCheckBox(_("&Software playthrough of input"),
wxT("/AudioIO/SWPlaythrough"),
false);
#if !defined(__WXMAC__)