diff finch/gntblist.c @ 16969:1a336cfc410e

Change a string, and make sure non-functional items are not added in the conversation window menu.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 09 May 2007 04:08:01 +0000
parents 7e4a22162bb6
children 4d4a396a478c 46f2f86e08e4
line wrap: on
line diff
--- a/finch/gntblist.c	Wed May 09 03:12:57 2007 +0000
+++ b/finch/gntblist.c	Wed May 09 04:08:01 2007 +0000
@@ -955,7 +955,7 @@
 
 	prompt = g_strdup_printf(_("Please enter the new name for %s"), name);
 
-	text = PURPLE_BLIST_NODE_IS_GROUP(node) ? _("Rename") : _("Alias");
+	text = PURPLE_BLIST_NODE_IS_GROUP(node) ? _("Rename") : _("Set Alias");
 	purple_request_input(node, text, prompt, _("Enter empty string to reset the name."),
 			name, FALSE, FALSE, NULL, text, G_CALLBACK(rename_blist_node),
 			_("Cancel"), NULL,