From 053fec3d151df5d27f7af3b27da5a16933850abc Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 22 Mar 2012 15:49:10 +0000 Subject: [PATCH] clarify what the "precise" button does in the timefx dialog git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@11747 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_timefx.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_timefx.cc b/gtk2_ardour/editor_timefx.cc index 2b1ad3cbc2..c8a79c74c2 100644 --- a/gtk2_ardour/editor_timefx.cc +++ b/gtk2_ardour/editor_timefx.cc @@ -71,7 +71,7 @@ Editor::TimeFXDialog::TimeFXDialog (Editor& e, bool pitch) quick_button (_("Quick but Ugly")), antialias_button (_("Skip Anti-aliasing")), stretch_opts_label (_("Contents:")), - precise_button (_("Strict Linear")), + precise_button (_("Minimize time distortion")), preserve_formants_button(_("Preserve Formants")) { set_modal (true);