fixed messages
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1455 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -102,7 +102,7 @@ plugin * plugin::instantiate( const QString & _plugin_name, model * _parent,
|
||||
{
|
||||
QMessageBox::information( NULL,
|
||||
tr( "Plugin not found" ),
|
||||
tr( "The %1-plugin wasn't found "
|
||||
tr( "The plugin \"%1\" wasn't found "
|
||||
"or could not be loaded!\n"
|
||||
"Reason: \"%2\"" ).arg( _plugin_name ).
|
||||
arg( plugin_lib.errorString() ),
|
||||
|
||||
Reference in New Issue
Block a user