From 44c46f7574e89638823c6cc895caa2cd5135d427 Mon Sep 17 00:00:00 2001 From: James Crook Date: Mon, 12 Aug 2019 12:58:45 +0100 Subject: [PATCH] Wording - further requested tweak. It's the behaviors of tracks (plural), so possessive apostrophe after. --- src/prefs/TracksBehaviorsPrefs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/prefs/TracksBehaviorsPrefs.cpp b/src/prefs/TracksBehaviorsPrefs.cpp index ed9b528e3..3fd4d77da 100644 --- a/src/prefs/TracksBehaviorsPrefs.cpp +++ b/src/prefs/TracksBehaviorsPrefs.cpp @@ -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(); }