summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/alsa/alsa_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/alsa/alsa_driver.c b/drivers/alsa/alsa_driver.c
index fee3f28..4546fab 100644
--- a/drivers/alsa/alsa_driver.c
+++ b/drivers/alsa/alsa_driver.c
@@ -262,7 +262,7 @@ alsa_driver_configure_stream (alsa_driver_t *driver,
if ((err = snd_pcm_hw_params_set_format (handle, hw_params, SND_PCM_FORMAT_S32)) < 0) {
if ((err = snd_pcm_hw_params_set_format (handle, hw_params, SND_PCM_FORMAT_S16)) < 0) {
jack_error ("Sorry. The audio interface \"%s\""
- "doesn't support either of the two hardware sample formats that ardour can use.",
+ "doesn't support either of the two hardware sample formats that jack can use.",
driver->alsa_name);
return -1;
}