diff src/gtkaccount.c @ 12286:255e6912607b

[gaim-migrate @ 14590] Mostly whitespace, but a couple small typo fixes, and an A;B -> B;A; swap to be consistent in plugins/notify.c committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 01 Dec 2005 21:13:48 +0000
parents af257d8679fe
children 0bde9a3cb93d
line wrap: on
line diff
--- a/src/gtkaccount.c	Thu Dec 01 20:09:27 2005 +0000
+++ b/src/gtkaccount.c	Thu Dec 01 21:13:48 2005 +0000
@@ -2531,7 +2531,7 @@
 make_info(GaimAccount *account, GaimConnection *gc, const char *remote_user,
           const char *id, const char *alias, const char *msg)
 {
-	return g_strdup_printf(_("%s%s%s%s has made %s his or her buddy%s%s."),
+	return g_strdup_printf(_("%s%s%s%s has made %s his or her buddy%s%s"),
 	                       remote_user,
 	                       (alias != NULL ? " ("  : ""),
 	                       (alias != NULL ? alias : ""),
@@ -2568,7 +2568,6 @@
 	g_free(buffer);
 }
 
-
 static void
 gaim_gtk_accounts_request_add(GaimAccount *account, const char *remote_user,
                               const char *id, const char *alias,