comparison framework/MainWindowBase.cpp @ 603:d4c16eed673d

Minor wording tweak
author Chris Cannam
date Thu, 21 Jun 2018 15:37:36 +0100
parents d767bdf4879b
children 6cdf2afebfd7 8b8eab39bb83
comparison
equal deleted inserted replaced
602:d767bdf4879b 603:d4c16eed673d
2106 m_sessionFile = source.getLocalFilename(); 2106 m_sessionFile = source.getLocalFilename();
2107 } else { 2107 } else {
2108 QMessageBox::warning 2108 QMessageBox::warning
2109 (this, 2109 (this,
2110 tr("Incomplete session loaded"), 2110 tr("Incomplete session loaded"),
2111 tr("Some of the audio content referred to by the original session file could not be found.\nIf you save this session, it will be saved without any reference to that audio, and information may be lost."), 2111 tr("Some of the audio content referred to by the original session file could not be loaded.\nIf you save this session, it will be saved without any reference to that audio, and information may be lost."),
2112 QMessageBox::Ok); 2112 QMessageBox::Ok);
2113 } 2113 }
2114 2114
2115 setupMenus(); 2115 setupMenus();
2116 findTimeRulerLayer(); 2116 findTimeRulerLayer();