[banshee: 19/27] [AudioscrobblerConnection] Fix typo in error message



commit 0f1ca96f937675ac9cae0a96a7d369b9cfba4e6b
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sat May 22 11:50:26 2010 +0200

    [AudioscrobblerConnection] Fix typo in error message

 .../Lastfm/Lastfm/AudioscrobblerConnection.cs      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs b/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
index 5380811..8f9cc89 100644
--- a/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
+++ b/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
@@ -445,7 +445,7 @@ namespace Lastfm
                 Log.Warning ("Audioscrobbler sign-on failed", "Player is banned", false);
 
             } else if (line.StartsWith ("BADAUTH")) {
-                Log.Warning ("Audioscrobbler sign-on failed", Catalog.GetString ("Last.fm username is invalid or Banshee is not authorized to access you account."));
+                Log.Warning ("Audioscrobbler sign-on failed", Catalog.GetString ("Last.fm username is invalid or Banshee is not authorized to access your account."));
                 LastfmCore.Account.SessionKey = null;
             } else if (line.StartsWith ("BADTIME")) {
                 Log.Warning ("Audioscrobbler sign-on failed",



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