# HG changeset patch # User Richard Laager # Date 1142904827 0 # Node ID 6818e4fc3616c78489c35002dc5b70c9a1fd6d39 # Parent 0bdcd590cd0597f7bbb32c14b17633cefe5934a6 [gaim-migrate @ 15918] Hyphenate re-enable for consistency. committer: Tailor Script diff -r 0bdcd590cd05 -r 6818e4fc3616 src/gtkconn.c --- 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);