# HG changeset patch # User Paul Aurich # Date 1250643525 0 # Node ID 7c6591eda2f9e71f34d685e178af782efe3b3dca # Parent 2253903841a6c820c97af7ea83e31ce56d24c552 Per rekkanoryo, "End Direct IM Session". Refs #2556. diff -r 2253903841a6 -r 7c6591eda2f9 libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Mon Aug 17 15:56:16 2009 +0000 +++ b/libpurple/protocols/oscar/oscar.c Wed Aug 19 00:58:45 2009 +0000 @@ -6442,7 +6442,7 @@ { if (conn) { - act = purple_menu_action_new(_("Cancel Direct IM"), + act = purple_menu_action_new(_("End Direct IM Session"), PURPLE_CALLBACK(oscar_close_directim), NULL, NULL); }