mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 00:50:05 +02:00
Wording - further requested tweak.
It's the behaviors of tracks (plural), so possessive apostrophe after.
This commit is contained in:
parent
ce5884a1f9
commit
44c46f7574
@ -23,8 +23,8 @@
|
|||||||
#include "../ShuttleGui.h"
|
#include "../ShuttleGui.h"
|
||||||
|
|
||||||
TracksBehaviorsPrefs::TracksBehaviorsPrefs(wxWindow * parent, wxWindowID winid)
|
TracksBehaviorsPrefs::TracksBehaviorsPrefs(wxWindow * parent, wxWindowID winid)
|
||||||
/* i18n-hint: The noun 'Behaviors' is in a tree control, under (noun) 'Tracks'*/
|
/* i18n-hint: i.e. the behaviors of tracks */
|
||||||
: PrefsPanel(parent, winid, _("Behaviors"))
|
: PrefsPanel(parent, winid, _("Tracks' Behaviors"))
|
||||||
{
|
{
|
||||||
Populate();
|
Populate();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user