mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-23 16:08:07 +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"),
|
S.TieCheckBox(_("S&how Metadata Tags editor before export"),
|
||||||
wxT("/AudioFiles/ShowId3Dialog"),
|
wxT("/AudioFiles/ShowId3Dialog"),
|
||||||
true);
|
true);
|
||||||
/* i18n-hint 'silent space' is space on the tracks with no audio in it*/
|
/* i18n-hint 'blank space' is space on the tracks with no audio in it*/
|
||||||
S.TieCheckBox(_("S&kip silent space at the beginning"),
|
S.TieCheckBox(_("&Ignore blank space at the beginning"),
|
||||||
wxT("/AudioFiles/SkipSilenceAtBeginning"),
|
wxT("/AudioFiles/SkipSilenceAtBeginning"),
|
||||||
false);
|
false);
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
TracksBehaviorsPrefs::TracksBehaviorsPrefs(wxWindow * parent, wxWindowID winid)
|
TracksBehaviorsPrefs::TracksBehaviorsPrefs(wxWindow * parent, wxWindowID winid)
|
||||||
/* i18n-hint: i.e. the behaviors of tracks */
|
/* i18n-hint: i.e. the behaviors of tracks */
|
||||||
: PrefsPanel(parent, winid, _("Tracks' Behaviors"))
|
: PrefsPanel(parent, winid, _("Tracks Behaviors"))
|
||||||
{
|
{
|
||||||
Populate();
|
Populate();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user