[banshee] [Podcasting] Shorten some action labels
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [Podcasting] Shorten some action labels
- Date: Fri, 13 Aug 2010 00:03:40 +0000 (UTC)
commit 48c5ef96ca115f116f8ffeef2b694e95bc5cf62f
Author: Gabriel Burt <gabriel burt gmail com>
Date: Thu Aug 12 16:42:58 2010 -0700
[Podcasting] Shorten some action labels
.../Banshee.Podcasting.Gui/PodcastActions.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastActions.cs b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastActions.cs
index 930d1fc..acf159e 100644
--- a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastActions.cs
+++ b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastActions.cs
@@ -68,13 +68,13 @@ namespace Banshee.Podcasting.Gui
AddImportant (
new ActionEntry (
"PodcastUpdateAllAction", Stock.Refresh,
- Catalog.GetString ("Check for New Episodes"), null,//"<control><shift>U",
- Catalog.GetString ("Refresh All Podcasts"),
+ Catalog.GetString ("Refresh"), null,//"<control><shift>U",
+ Catalog.GetString ("Check all podcasts for new episodes"),
OnPodcastUpdateAll
),
new ActionEntry (
"PodcastAddAction", Stock.Add,
- Catalog.GetString ("Subscribe to Podcast..."),"<control><shift>F",
+ Catalog.GetString ("Add Podcast..."),"<control><shift>F",
Catalog.GetString ("Subscribe to a new podcast"),
OnPodcastAdd
)
@@ -158,7 +158,7 @@ namespace Banshee.Podcasting.Gui
)
);
- this["PodcastAddAction"].ShortLabel = Catalog.GetString ("Subscribe to Podcast");
+ this["PodcastAddAction"].ShortLabel = Catalog.GetString ("Add Podcast");
actions_id = Actions.UIManager.AddUiFromResource ("GlobalUI.xml");
Actions.AddActionGroup (this);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]