From 5f18d8ddfd98a06fc4f6a9b00c751bbed0cc4871 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 10 Apr 2019 00:22:39 +0200 Subject: [PATCH] Clarify default template description --- gtk2_ardour/session_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/session_dialog.cc b/gtk2_ardour/session_dialog.cc index 148c9ed651..b08eda4840 100644 --- a/gtk2_ardour/session_dialog.cc +++ b/gtk2_ardour/session_dialog.cc @@ -621,7 +621,7 @@ SessionDialog::populate_session_templates () TreeModel::Row row = *template_model->prepend (); row[session_template_columns.name] = (_("Empty Template")); row[session_template_columns.path] = string(); - row[session_template_columns.description] = _("An empty session with factory default settings."); + row[session_template_columns.description] = _("An empty session with factory default settings.\n\nSelect this option if you are importing files to mix."); row[session_template_columns.modified_with_short] = _(""); row[session_template_columns.modified_with_long] = _("");