[banshee] ThickClient: use action's label in ArtistListView



commit 6a66b9dab51fa8cc313cbf100c608c6deae7bea3
Author: Frank Ziegler <funtastix googlemail com>
Date:   Mon Jul 21 20:00:51 2014 +1000

    ThickClient: use action's label in ArtistListView
    
    Signed-off-by: Andrés G. Aragoneses <knocte gmail com>

 .../Banshee.Gui/ArtistListActions.cs               |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/ArtistListActions.cs 
b/src/Core/Banshee.ThickClient/Banshee.Gui/ArtistListActions.cs
index 45e2e7d..a2a09b7 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui/ArtistListActions.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui/ArtistListActions.cs
@@ -115,7 +115,7 @@ namespace Banshee.Gui
                 var box = new HBox ();
                 box.Spacing = 5;
 
-                var label = new Label (Catalog.GetString ("Artist List View"));
+                var label = new Label (action.Label);
                 box.PackStart (label, false, false, 0);
                 label.Show ();
 
@@ -157,7 +157,7 @@ namespace Banshee.Gui
             };
 
             Add (new [] {
-                new ActionEntry ("ArtistListMenuAction", null, Catalog.GetString ("_ArtistList"),
+                new ActionEntry ("ArtistListMenuAction", null, Catalog.GetString ("Artist List View"),
                                  null, null, null)
             });
 


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