[banshee] Fix 'Seek To' menu item capitalization
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] Fix 'Seek To' menu item capitalization
- Date: Thu, 12 Nov 2009 06:16:37 +0000 (UTC)
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]