comparison 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
comparison
equal deleted inserted replaced
16968:81ce12035b32 16969:1a336cfc410e
953 else 953 else
954 g_return_if_reached(); 954 g_return_if_reached();
955 955
956 prompt = g_strdup_printf(_("Please enter the new name for %s"), name); 956 prompt = g_strdup_printf(_("Please enter the new name for %s"), name);
957 957
958 text = PURPLE_BLIST_NODE_IS_GROUP(node) ? _("Rename") : _("Alias"); 958 text = PURPLE_BLIST_NODE_IS_GROUP(node) ? _("Rename") : _("Set Alias");
959 purple_request_input(node, text, prompt, _("Enter empty string to reset the name."), 959 purple_request_input(node, text, prompt, _("Enter empty string to reset the name."),
960 name, FALSE, FALSE, NULL, text, G_CALLBACK(rename_blist_node), 960 name, FALSE, FALSE, NULL, text, G_CALLBACK(rename_blist_node),
961 _("Cancel"), NULL, 961 _("Cancel"), NULL,
962 NULL, NULL, NULL, 962 NULL, NULL, NULL,
963 node); 963 node);