[gaim-migrate @ 15918]

Tue, 21 Mar 2006 01:33:47 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Tue, 21 Mar 2006 01:33:47 +0000
changeset 13542
3b452b7fc7c3
parent 13541
d69e873755d4
child 13543
25f9c386270c

[gaim-migrate @ 15918]
Hyphenate re-enable for consistency.

src/gtkconn.c file | annotate | diff | comparison | revisions
--- a/src/gtkconn.c	Tue Mar 21 01:32:59 2006 +0000
+++ b/src/gtkconn.c	Tue Mar 21 01:33:47 2006 +0000
@@ -196,7 +196,7 @@
 		p = g_strdup_printf(_("%s disconnected"), n);
 		s = g_strdup_printf(_("%s was disconnected due to an error: %s\n"
 				"Gaim will not attempt to reconnect the account until you "
-				"correct the error and reenable the account."), n, text);
+				"correct the error and re-enable the account."), n, text);
 		gaim_notify_error(NULL, NULL, p, s);
 		g_free(p);
 		g_free(s);

mercurial