Minor change for i18n

This commit is contained in:
liushuyu
2016-04-10 13:14:43 +08:00
parent 356135b8b0
commit d50553e89b
3 changed files with 16 additions and 28 deletions

View File

@@ -957,8 +957,8 @@ void DataFile::loadData( const QByteArray & _data, const QString & _sourceFile )
"LMMS version %2, but version %3 "
"is installed")
.arg( _sourceFile.endsWith( ".mpt" ) ?
"template" :
"project" )
SongEditor::tr("template") :
SongEditor::tr("project") )
.arg( root.attribute( "creatorversion" ) )
.arg( LMMS_VERSION ) );
}