[banshee] AmazonMp3: mark a string for translation



commit 9ce3a5f3eca99667ed65390a29c88603e1ad24d2
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Thu Jul 17 18:56:43 2014 +0200

    AmazonMp3: mark a string for translation
    
    This string is sent to the UI but was not marked for translation.

 .../AmazonMp3DownloaderService.cs                  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/AmazonMp3DownloaderService.cs 
b/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/AmazonMp3DownloaderService.cs
index ae115fb..ed298b8 100644
--- a/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/AmazonMp3DownloaderService.cs
+++ b/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/AmazonMp3DownloaderService.cs
@@ -78,7 +78,7 @@ namespace Banshee.AmazonMp3
                 Log.Information ("Downloading Amazon MP3 purchase", path);
             } catch (Exception e) {
                 Log.Exception ("Invalid .amz file: " + path, e);
-                Log.Error ("Invalid Amazon MP3 downloader file", path, true);
+                Log.Error (Catalog.GetString ("Invalid Amazon MP3 downloader file"), path, true);
             }
         }
 


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