--- qsampler/trunk/src/qsamplerDevice.cpp 2005/03/11 17:24:06 451 +++ qsampler/trunk/src/qsamplerDevice.cpp 2005/03/13 22:06:59 452 @@ -143,7 +143,7 @@ // If we're bogus, bail out... if (pDeviceInfo == NULL) { m_sDriverName = QString::null; - m_sDeviceName = QObject::tr("New device"); + m_sDeviceName = QObject::tr("New %1 device").arg(m_sDeviceType); return; }