changeset 13048:80c2a2c4772f

[gaim-migrate @ 15409] I think this is what was probably intended? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 26 Jan 2006 23:43:18 +0000
parents 473d3a454615
children 97fa7332b034
files plugins/docklet/docklet.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/docklet/docklet.c	Thu Jan 26 20:54:00 2006 +0000
+++ b/plugins/docklet/docklet.c	Thu Jan 26 23:43:18 2006 +0000
@@ -398,7 +398,7 @@
 	GList *popular_statuses, *cur;
 
 	submenu = gtk_menu_new();
-	menuitem = gtk_menu_item_new_with_label(_("New Status"));
+	menuitem = gtk_menu_item_new_with_label(_("Change Status"));
 	gtk_menu_item_set_submenu(GTK_MENU_ITEM(menuitem), submenu);
 
 	gaim_new_item_from_stock(submenu, _("Available"),
@@ -433,7 +433,7 @@
 
 	gaim_separator(submenu);
 
-	gaim_new_item_from_stock(submenu, _("Custom Status..."), GAIM_STOCK_ICON_AWAY, G_CALLBACK(show_custom_status_editor_cb), NULL, 0, 0, NULL);
+	gaim_new_item_from_stock(submenu, _("New Status..."), GAIM_STOCK_ICON_AWAY, G_CALLBACK(show_custom_status_editor_cb), NULL, 0, 0, NULL);
 	gaim_new_item_from_stock(submenu, _("Saved Status..."), GAIM_STOCK_ICON_AWAY, G_CALLBACK(gaim_gtk_status_window_show), NULL, 0, 0, NULL);
 
 	return menuitem;