changeset 29886:7e150a194aef

jabber: Remove a couple of underscores that slipped in in the textual descriptions for moods
author Marcus Lundblad <ml@update.uu.se>
date Thu, 25 Feb 2010 21:36:32 +0000
parents 80e05718db82
children 1c6c2f5ecf53
files libpurple/protocols/jabber/usermood.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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},