From 4f0089517b409e22242c23c0d6701d3688d063a9 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Wed, 20 Aug 2008 21:00:37 +0000 Subject: [PATCH] fixed messages git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1455 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/core/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/plugin.cpp b/src/core/plugin.cpp index a6639c23e..0e2b68fc6 100644 --- a/src/core/plugin.cpp +++ b/src/core/plugin.cpp @@ -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() ),