1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

Simply "Pre-roll:" not "Pre-roll duration:"

This commit is contained in:
Paul Licameli 2018-06-20 22:56:54 -04:00
parent cbe6c9eb46
commit 76282a1da1

View File

@ -229,7 +229,7 @@ void RecordingPrefs::PopulateOrExchange(ShuttleGui & S)
{
S.StartThreeColumn();
{
auto w = S.TieNumericTextBox(_("Pre-ro&ll duration:"),
auto w = S.TieNumericTextBox(_("Pre-ro&ll:"),
AUDIO_PRE_ROLL_KEY,
DEFAULT_PRE_ROLL_SECONDS,
9);