[banshee] [Banshee.Services] Fix menu item capitalization



commit 41a7e837e749dbbe3bbd4790550eecb2b25bdadb
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Sat May 22 12:06:14 2010 -0700

    [Banshee.Services] Fix menu item capitalization

 .../Banshee.Sources/PrimarySource.cs               |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs b/src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs
index eb783d1..3ae0f0c 100644
--- a/src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs
+++ b/src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs
@@ -202,7 +202,7 @@ namespace Banshee.Sources
 
         protected PrimarySource (string generic_name, string name, string id, int order) : base (generic_name, name, id, order)
         {
-            Properties.SetString ("SortChildrenActionLabel", Catalog.GetString ("Sort Playlists by"));
+            Properties.SetString ("SortChildrenActionLabel", Catalog.GetString ("Sort Playlists By"));
             PrimarySourceInitialize ();
         }
 



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