Oops, forgot to make a tiny change.

Simon
This commit is contained in:
Simon Budig
2004-11-17 23:55:34 +00:00
parent a77109ba3d
commit 3e52620117

View File

@ -461,7 +461,7 @@ midi_set_device (ControllerMidi *midi,
}
/* hack to avoid new message to translate */
alsa = g_strdup_printf ("ALSA: %d:%d",
alsa = g_strdup_printf ("ALSA (%d:%d)",
snd_seq_client_id (midi->sequencer),
ret);
name = g_strdup_printf (_("Reading from %s"), alsa);