mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Change wordings, (as requested by wiki page).
This commit is contained in:
parent
a3eaf7d46e
commit
fad541e818
@ -93,8 +93,8 @@ void ImportExportPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.TieCheckBox(_("S&how Metadata Tags editor before export"),
|
||||
wxT("/AudioFiles/ShowId3Dialog"),
|
||||
true);
|
||||
/* i18n-hint 'silent space' is space on the tracks with no audio in it*/
|
||||
S.TieCheckBox(_("S&kip silent space at the beginning"),
|
||||
/* i18n-hint 'blank space' is space on the tracks with no audio in it*/
|
||||
S.TieCheckBox(_("&Ignore blank space at the beginning"),
|
||||
wxT("/AudioFiles/SkipSilenceAtBeginning"),
|
||||
false);
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
TracksBehaviorsPrefs::TracksBehaviorsPrefs(wxWindow * parent, wxWindowID winid)
|
||||
/* i18n-hint: i.e. the behaviors of tracks */
|
||||
: PrefsPanel(parent, winid, _("Tracks' Behaviors"))
|
||||
: PrefsPanel(parent, winid, _("Tracks Behaviors"))
|
||||
{
|
||||
Populate();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user