blam r653 - trunk/src
- From: cmartin svn gnome org
- To: svn-commits-list gnome org
- Subject: blam r653 - trunk/src
- Date: Thu, 18 Sep 2008 17:06:35 +0000 (UTC)
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]