banshee r4185 - in trunk/banshee: . src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/DownloadManager



Author: gburt
Date: Mon Jun 23 16:40:47 2008
New Revision: 4185
URL: http://svn.gnome.org/viewvc/banshee?rev=4185&view=rev

Log:
2008-06-23  Gabriel Burt  <gabriel burt gmail com>

	* src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/DownloadManager/DownloadUserJob.cs:
	Change the download user job's name to specify it's downloading podcasts.


Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/DownloadManager/DownloadUserJob.cs

Modified: trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/DownloadManager/DownloadUserJob.cs
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/DownloadManager/DownloadUserJob.cs	(original)
+++ trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/DownloadManager/DownloadUserJob.cs	Mon Jun 23 16:40:47 2008
@@ -47,9 +47,9 @@
         {
             CancelRequested += OnCancelRequested;
             
-            Title = Catalog.GetString ("Downloading");
+            Title = Catalog.GetString ("Downloading Podcast(s)");
             Status = Catalog.GetString ("Initializing...");           
-            CancelMessage = Catalog.GetString ("Are you sure that you'd like to cancel all downloads?");
+            CancelMessage = Catalog.GetString ("Are you sure that you'd like to cancel all podcast downloads?");
 
             this.IconNames = new string[1] {
                 Stock.Network



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