# HG changeset patch # User Ethan Blanton # Date 1141217496 0 # Node ID d34730f7377713511292dc82497442d1b618c5ee # Parent cf1139f1ea01ea8012052c8a4378903d069fcd96 [gaim-migrate @ 15742] /debug version is really a debugging message, and as such should really not be translated. This corrects that. committer: Tailor Script diff -r cf1139f1ea01 -r d34730f73777 src/gtkconv.c --- a/src/gtkconv.c Wed Mar 01 08:15:29 2006 +0000 +++ b/src/gtkconv.c Wed Mar 01 12:51:36 2006 +0000 @@ -361,7 +361,7 @@ GaimCmdStatus status; if (!g_ascii_strcasecmp(args[0], "version")) { - tmp = g_strdup_printf(_("me is using Gaim v%s."), VERSION); + tmp = g_strdup_printf("me is using Gaim v%s.", VERSION); markup = g_markup_escape_text(tmp, -1); status = gaim_cmd_do_command(conv, tmp, markup, error);