[banshee] MtpSource: Remove obsolete URL from error message (bgo#650325)



commit a28db7de984c8f5a8369a6248b04427f74094590
Author: kentaro KAZUHAMA <kazken3 gmail com>
Date:   Tue May 17 00:36:15 2011 +0900

    MtpSource: Remove obsolete URL from error message (bgo#650325)
    
    Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>

 .../Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs b/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs
index a256eeb..27f4cc4 100644
--- a/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs
+++ b/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs
@@ -80,7 +80,7 @@ namespace Banshee.Dap.Mtp
                 Log.Exception (e);
                 Log.Error (
                     Catalog.GetString ("Error Initializing MTP Device Support"),
-                    Catalog.GetString ("There was an error intializing MTP device support.  See http://www.banshee-project.org/Guide/DAPs/MTP for more information."), true
+                    Catalog.GetString ("There was an error intializing MTP device support."), true
                 );
                 throw new InvalidDeviceException ();
             } catch (Exception e) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]