--- qsampler/trunk/src/qsamplerChannelStrip.ui.h 2005/02/11 15:36:06 371 +++ qsampler/trunk/src/qsamplerChannelStrip.ui.h 2005/02/17 17:27:59 388 @@ -147,7 +147,7 @@ // Instrument name... if (m_pChannel->instrumentName().isEmpty()) - InstrumentNameTextLabel->setText(' ' + tr("(No instrument)")); + InstrumentNameTextLabel->setText(' ' + qsamplerChannel::noInstrumentName()); else InstrumentNameTextLabel->setText(' ' + m_pChannel->instrumentName()); @@ -175,7 +175,7 @@ // Engine name... if (m_pChannel->engineName().isEmpty()) - EngineNameTextLabel->setText(' ' + tr("(No engine)")); + EngineNameTextLabel->setText(' ' + qsamplerChannel::noEngineName()); else EngineNameTextLabel->setText(' ' + m_pChannel->engineName());