changeset 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 cf1139f1ea01
children cf292e05a6cc
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);