# HG changeset patch # User Marcus Lundblad # Date 1267133792 0 # Node ID 7e150a194aef3c2a44531799283c31b5a7d07c66 # Parent 80e05718db82712bbce1d535a3eed7b9aa4fc780 jabber: Remove a couple of underscores that slipped in in the textual descriptions for moods diff -r 80e05718db82 -r 7e150a194aef libpurple/protocols/jabber/usermood.c --- a/libpurple/protocols/jabber/usermood.c Thu Feb 25 07:09:11 2010 +0000 +++ b/libpurple/protocols/jabber/usermood.c Thu Feb 25 21:36:32 2010 +0000 @@ -75,8 +75,8 @@ {"hungry", N_("Hungry"), NULL}, {"hurt", N_("Hurt"), NULL}, {"impressed", N_("Impressed"), NULL}, - {"in_awe", N_("In_awe"), NULL}, - {"in_love", N_("In_love"), NULL}, + {"in_awe", N_("In awe"), NULL}, + {"in_love", N_("In love"), NULL}, {"indignant", N_("Indignant"), NULL}, {"interested", N_("Interested"), NULL}, {"intoxicated", N_("Intoxicated"), NULL},