Wed, 01 Mar 2006 12:51:36 +0000
[gaim-migrate @ 15742]
/debug version is really a debugging message, and as such should
really not be translated. This corrects that.
| src/gtkconv.c | file | annotate | diff | comparison | revisions |
--- 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);