# HG changeset patch # User Christopher O'Brien # Date 1137174587 0 # Node ID 6cc43e23ad3673652ba16ce3a09ad129fd0a228a # Parent a35edda11737cb23a24c99d217450e3a86222fa4 [gaim-migrate @ 15212] resiak is smart, and I like to get away from that impersonal voice for a while committer: Tailor Script diff -r a35edda11737 -r 6cc43e23ad36 plugins/psychic.c --- a/plugins/psychic.c Fri Jan 13 17:33:17 2006 +0000 +++ b/plugins/psychic.c Fri Jan 13 17:49:47 2006 +0000 @@ -47,7 +47,8 @@ gaim_conversation_present(gconv); if(gaim_prefs_get_bool(PREF_NOTICE)) { - gaim_conversation_write(gconv, NULL, _("Psychic mode"), + gaim_conversation_write(gconv, NULL, + _("You feel a disturbance in the force..."), GAIM_MESSAGE_NO_LOG, time(NULL)); } }