mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +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"
|
||||
|
||||
TracksBehaviorsPrefs::TracksBehaviorsPrefs(wxWindow * parent, wxWindowID winid)
|
||||
/* i18n-hint: The noun 'Behaviors' is in a tree control, under (noun) 'Tracks'*/
|
||||
: PrefsPanel(parent, winid, _("Behaviors"))
|
||||
/* i18n-hint: i.e. the behaviors of tracks */
|
||||
: PrefsPanel(parent, winid, _("Tracks' Behaviors"))
|
||||
{
|
||||
Populate();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user