banshee r4062 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui



Author: jmas
Date: Mon Jun  2 12:22:17 2008
New Revision: 4062
URL: http://svn.gnome.org/viewvc/banshee?rev=4062&view=rev

Log:
Localizable strings

Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs	Mon Jun  2 12:22:17 2008
@@ -87,17 +87,17 @@
                     Catalog.GetString ("Import source to library"), OnImportSource),
 
                 new ActionEntry ("RenameSourceAction", null,
-                    "Rename", "F2", "Rename", OnRenameSource),
+                    Catalog.GetString ("Rename"), "F2", Catalog.GetString ("Rename"), OnRenameSource),
 
                 new ActionEntry ("ExportPlaylistAction", null,
                     Catalog.GetString ("Export Playlist..."), null,
                     Catalog.GetString ("Export a playlist"), OnExportPlaylist),
 
                 new ActionEntry ("UnmapSourceAction", null,
-                    "Unmap", "<shift>Delete", null, OnUnmapSource),
+                    Catalog.GetString ("Unmap"), "<shift>Delete", null, OnUnmapSource),
                     
                 new ActionEntry ("SourcePropertiesAction", null,
-                    "Source Properties", null, null, OnSourceProperties),
+                    Catalog.GetString ("Source Properties"), null, null, OnSourceProperties),
             });
 
             this["NewPlaylistAction"].IconName = Stock.New;



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