pidgin: 6ae2ee7c: jabber: Remove a couple of underscores t...

malu at pidgin.im malu at pidgin.im
Thu Feb 25 16:40:46 EST 2010


-----------------------------------------------------------------
Revision: 6ae2ee7ca04528e4eb11713c825f26abf8a24680
Ancestor: 68e8e6b7e41c05911e64291e30e640aee55cabab
Author: malu at pidgin.im
Date: 2010-02-25T21:36:32
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6ae2ee7ca04528e4eb11713c825f26abf8a24680

Modified files:
        libpurple/protocols/jabber/usermood.c

ChangeLog: 

jabber: Remove a couple of underscores that slipped in in the textual
descriptions for moods

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/usermood.c	f50fe0ee5dc85fa28bdf4c25c4ff327d70197c85
+++ libpurple/protocols/jabber/usermood.c	f50cf8289310fa378b227b6e1132e096d16f549f
@@ -75,8 +75,8 @@ static PurpleMood moods[] = {
 	{"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},


More information about the Commits mailing list