diff src/protocols/msn/msn.c @ 12489:12db50600de5

[gaim-migrate @ 14801] A few minor string changes. Some from Bj??rn Voigt. Yaaaayyy Bj??rn. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 15 Dec 2005 22:59:06 +0000
parents bd5b3f82dd8e
children 3169cd6727ad
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Thu Dec 15 16:13:56 2005 +0000
+++ b/src/protocols/msn/msn.c	Thu Dec 15 22:59:06 2005 +0000
@@ -594,11 +594,11 @@
 	types = g_list_append(types, status);
 
 	status = gaim_status_type_new_full(GAIM_STATUS_AWAY, "phone",
-			_("On The Phone"), FALSE, TRUE, FALSE);
+			_("On the Phone"), FALSE, TRUE, FALSE);
 	types = g_list_append(types, status);
 
 	status = gaim_status_type_new_full(GAIM_STATUS_AWAY, "lunch",
-			_("Out To Lunch"), FALSE, TRUE, FALSE);
+			_("Out to Lunch"), FALSE, TRUE, FALSE);
 	types = g_list_append(types, status);
 
 	status = gaim_status_type_new_full(GAIM_STATUS_HIDDEN, "invisible",
@@ -1342,7 +1342,6 @@
 {
 	GString *s;
 	GaimBuddy *b;
-	const char *p;
 
 	s = g_string_sized_new(80); /* wild guess */