changeset 13844:597beb5c9de1

[gaim-migrate @ 16300] Etan points out that this is a bad copy-and-paste (see r16299) committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Wed, 21 Jun 2006 04:10:47 +0000
parents 2a7a13cac678
children d0ff520f87da
files plugins/tcl/tcl_cmds.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/tcl/tcl_cmds.c	Tue Jun 20 16:04:00 2006 +0000
+++ b/plugins/tcl/tcl_cmds.c	Wed Jun 21 04:10:47 2006 +0000
@@ -73,7 +73,7 @@
 			return convo;
 	}
 	if (interp != NULL)
-		Tcl_SetStringObj(Tcl_GetObjResult(interp), "invalid account", -1);
+		Tcl_SetStringObj(Tcl_GetObjResult(interp), "invalid conversation", -1);
 	return NULL;
 }