diff src/protocols/msn/state.c @ 5824:c93884a14866

[gaim-migrate @ 6254] Bjoern Voigt updated the german translation, POTFILES.in, and added some _() committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 09 Jun 2003 20:20:29 +0000
parents 953aa05279f4
children b7e113a59b51
line wrap: on
line diff
--- a/src/protocols/msn/state.c	Mon Jun 09 15:41:27 2003 +0000
+++ b/src/protocols/msn/state.c	Mon Jun 09 20:20:29 2003 +0000
@@ -41,5 +41,5 @@
 {
 	g_return_val_if_fail(type >= 0 && type <= MSN_HIDDEN, NULL);
 
-	return away_text[type];
+	return _(away_text[type]);
 }