mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Fixes for missing/problematic strings for translation.
Two strings were not marked with _().
This commit is contained in:
parent
e7e5de9500
commit
094c574e63
@ -120,13 +120,13 @@ void PlaybackPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
{
|
||||
S.StartTwoColumn();
|
||||
{
|
||||
S.TieCheckBox("&Vari-Speed Play", "/AudioIO/VariSpeedPlay", true);
|
||||
S.TieCheckBox(_("&Vari-Speed Play"), "/AudioIO/VariSpeedPlay", true);
|
||||
}
|
||||
S.EndTwoColumn();
|
||||
|
||||
S.StartTwoColumn();
|
||||
{
|
||||
S.TieCheckBox("Always scrub un&pinned", "/AudioIO/UnpinnedScrubbing", true);
|
||||
S.TieCheckBox(_("Always scrub un&pinned"), "/AudioIO/UnpinnedScrubbing", true);
|
||||
}
|
||||
S.EndTwoColumn();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user