[banshee] Fix 'Seek To' menu item capitalization



commit 3a30d732e1e678d04e0ca142221eae34fb317d17
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Sep 29 12:54:34 2009 -0700

    Fix 'Seek To' menu item capitalization

 .../Banshee.Gui/PlaybackActions.cs                 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackActions.cs b/src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackActions.cs
index ae35070..2253762 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackActions.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackActions.cs
@@ -75,7 +75,7 @@ namespace Banshee.Gui
                     Catalog.GetString ("Play the previous item"), OnPreviousAction),
 
                 new ActionEntry ("SeekToAction", null,
-                    Catalog.GetString ("Seek _to..."), "T",
+                    Catalog.GetString ("Seek _To..."), "T",
                     Catalog.GetString ("Seek to a specific location in current item"), OnSeekToAction),
 
                 new ActionEntry ("JumpToPlayingTrackAction", null,



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