[banshee] Fixed a string in the previous commit



commit d8d0af54690e678ecf35266dcaa28b17e5aa8b7e
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Wed Jul 29 10:36:15 2009 +1000

    Fixed a string in the previous commit

 .../Banshee.Playlist/AbstractPlaylistSource.cs     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs b/src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs
index 2655383..965f0f3 100644
--- a/src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs
+++ b/src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs
@@ -216,7 +216,7 @@ namespace Banshee.Playlist
         // Reserve strings in preparation for the forthcoming string freeze.
         public void ReservedStrings ()
         {
-            Catalog.GetString ("The track's rating was set differently on the device and on Banshee");
+            Catalog.GetString ("The track's rating was set differently on the device and in Banshee");
         }
     }
 }



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