mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 22:28:44 +02:00
Add missing access key
This commit is contained in:
parent
53843c72a2
commit
e24673fb89
@ -164,7 +164,7 @@ void SpectrumPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
mDefaultsCheckbox = 0;
|
||||
if (mWt) {
|
||||
/* i18n-hint: use is a verb */
|
||||
mDefaultsCheckbox = S.Id(ID_DEFAULTS).TieCheckBox(_("Use Preferences"), mDefaulted);
|
||||
mDefaultsCheckbox = S.Id(ID_DEFAULTS).TieCheckBox(_("&Use Preferences"), mDefaulted);
|
||||
}
|
||||
|
||||
S.StartStatic(_("Scale"));
|
||||
|
@ -80,7 +80,7 @@ void WaveformPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
mDefaultsCheckbox = 0;
|
||||
if (mWt) {
|
||||
/* i18n-hint: use is a verb */
|
||||
mDefaultsCheckbox = S.Id(ID_DEFAULTS).TieCheckBox(_("Use Preferences"), mDefaulted);
|
||||
mDefaultsCheckbox = S.Id(ID_DEFAULTS).TieCheckBox(_("&Use Preferences"), mDefaulted);
|
||||
}
|
||||
|
||||
S.StartStatic(_("Display"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user