diff plugins/autorecon.c @ 9666:14c1ffd053e5

[gaim-migrate @ 10518] Simguy is concerned about this spelling mistake. so concerned he fixed all the .po's as well. thus, since this is a new string, and he's fixed all the affected .po files, i think this should not cause trouble. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 04 Aug 2004 23:39:24 +0000
parents d80ed3ba45a4
children 24550263874d
line wrap: on
line diff
--- a/plugins/autorecon.c	Wed Aug 04 23:13:16 2004 +0000
+++ b/plugins/autorecon.c	Wed Aug 04 23:39:24 2004 +0000
@@ -242,7 +242,7 @@
 	gaim_plugin_pref_frame_add(frame, pref);
 
 	pref = gaim_plugin_pref_new_with_name_and_label(OPT_RESTORE_STATE,
-		_("Restore Away State On Reconnent"));
+		_("Restore Away State On Reconnect"));
 	gaim_plugin_pref_frame_add(frame, pref);
 
 	return frame;