blam r653 - trunk/src



Author: cmartin
Date: Thu Sep 18 17:06:35 2008
New Revision: 653
URL: http://svn.gnome.org/viewvc/blam?rev=653&view=rev

Log:
Change string to say remove channel or group.

Modified:
   trunk/src/Dialogs.cs

Modified: trunk/src/Dialogs.cs
==============================================================================
--- trunk/src/Dialogs.cs	(original)
+++ trunk/src/Dialogs.cs	Thu Sep 18 17:06:35 2008
@@ -197,7 +197,7 @@
 
 	    string name = "<b>" + channel.Name + "</b>";
 	  
-	    string str = String.Format (Catalog.GetString ("Do you want to remove the channel {0} from the channel list?"), name);
+	    string str = String.Format (Catalog.GetString ("Do you want to remove the channel or group {0} from the channel list?"), name);
 
 	    removeDialog.dialogTextLabel.Markup = str;
 	    



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