From 2a2cdb587d7d14cc3055fb6fdaab9abb8d4b1a4b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 5 Nov 2025 09:56:25 -0700 Subject: [PATCH] improve/fix text associated with default sample lib location --- gtk2_ardour/new_user_wizard.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/new_user_wizard.cc b/gtk2_ardour/new_user_wizard.cc index f6321314c1..617f466673 100644 --- a/gtk2_ardour/new_user_wizard.cc +++ b/gtk2_ardour/new_user_wizard.cc @@ -303,8 +303,9 @@ If you have an existing collection of samples, telling %1\n\ where they are will make it easier to find them in the program.\ \n\ \n\ -Where would you like new %1 sessions to be stored by default?\n\n\ -(You can store samples anywhere you want, this is just a default)"), PROGRAM_NAME)); +Where would you like %1 to look for samples by default? If you\n\ +don't have any samples, just leave this setting as it is.\n\n\ +(You can store samples anywhere you want, this is just an initial default)"), PROGRAM_NAME)); txt->set_alignment (0.0, 0.0); txt->set_justify (JUSTIFY_FILL);