mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 15:11:23 +01:00
Fix wording in recording preferences (Thanks Bill)
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user