comparison src/gtkconv.c @ 13369:d34730f73777

[gaim-migrate @ 15742] /debug version is really a debugging message, and as such should really not be translated. This corrects that. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Wed, 01 Mar 2006 12:51:36 +0000
parents da2179c099f0
children b0dd97098699
comparison
equal deleted inserted replaced
13368:cf1139f1ea01 13369:d34730f73777
359 { 359 {
360 char *tmp, *markup; 360 char *tmp, *markup;
361 GaimCmdStatus status; 361 GaimCmdStatus status;
362 362
363 if (!g_ascii_strcasecmp(args[0], "version")) { 363 if (!g_ascii_strcasecmp(args[0], "version")) {
364 tmp = g_strdup_printf(_("me is using Gaim v%s."), VERSION); 364 tmp = g_strdup_printf("me is using Gaim v%s.", VERSION);
365 markup = g_markup_escape_text(tmp, -1); 365 markup = g_markup_escape_text(tmp, -1);
366 366
367 status = gaim_cmd_do_command(conv, tmp, markup, error); 367 status = gaim_cmd_do_command(conv, tmp, markup, error);
368 368
369 g_free(tmp); 369 g_free(tmp);