src/protocols/msn/msn.c

changeset 3538
5aaab80dd2a0
parent 3504
0dfa080632d0
child 3572
d07e14aa6f26
--- a/src/protocols/msn/msn.c	Thu Sep 19 17:06:18 2002 +0000
+++ b/src/protocols/msn/msn.c	Sat Sep 21 17:38:34 2002 +0000
@@ -1947,17 +1947,17 @@
 	} else if (state) {
 		gc->away = "";
 
-		if (!strcmp(state, "Away From Computer"))
+		if (!strcmp(state, _("Away From Computer")))
 			away = "AWY";
-		else if (!strcmp(state, "Be Right Back"))
+		else if (!strcmp(state, _("Be Right Back")))
 			away = "BRB";
-		else if (!strcmp(state, "Busy"))
+		else if (!strcmp(state, _("Busy")))
 			away = "BSY";
-		else if (!strcmp(state, "On The Phone"))
+		else if (!strcmp(state, _("On The Phone")))
 			away = "PHN";
-		else if (!strcmp(state, "Out To Lunch"))
+		else if (!strcmp(state, _("Out To Lunch")))
 			away = "LUN";
-		else if (!strcmp(state, "Hidden"))
+		else if (!strcmp(state, _("Hidden")))
 			away = "HDN";
 		else {
 			gc->away = NULL;

mercurial