From 48d5e569afe823cef0de933f36495c1f12b5ccb5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 16 Sep 2010 17:01:19 +0000 Subject: [PATCH] Tidy formatting. git-svn-id: svn://localhost/ardour2/branches/3.0@7787 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/audioregion.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libs/ardour/audioregion.cc b/libs/ardour/audioregion.cc index 7cc8e00998..b35417b539 100644 --- a/libs/ardour/audioregion.cc +++ b/libs/ardour/audioregion.cc @@ -1408,15 +1408,15 @@ AudioRegion::get_transients (AnalysisFeatureList& results, bool force_new) if (!Config->get_auto_analyse_audio()) { if (!analyse_dialog_shown) { pl->session().Dialog (_("\ -You have requested an operation that requires audio analysis.\n\n \ -You currently have \"auto-analyse-audio\" disabled, which means\n\ +You have requested an operation that requires audio analysis.\n\n\ +You currently have \"auto-analyse-audio\" disabled, which means \ that transient data must be generated every time it is required.\n\n\ -If you are doing work that will require transient data on a\n\ -regular basis, you should probably enable \"auto-analyse-audio\"\n\ -+then quit ardour and restart.\n\n\ -+This dialog will not display again. But you may notice a slight delay\n\ -+in this and future transient-detection operations.\n\ -+")); +If you are doing work that will require transient data on a \ +regular basis, you should probably enable \"auto-analyse-audio\" \ +then quit ardour and restart.\n\n\ +This dialog will not display again. But you may notice a slight delay \ +in this and future transient-detection operations.\n\ +")); analyse_dialog_shown = true; } }