# HG changeset patch # User Richard Laager # Date 1178575193 0 # Node ID bd0b946e6309f889429ca3fcabf60415d1c9d406 # Parent 43abb4942a6d7a3dd4ffa531000c945ad15bc76b Don't translate Pidgin in /version, as Sadrul mentioned in #751. diff -r 43abb4942a6d -r bd0b946e6309 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Mon May 07 18:12:31 2007 +0000 +++ b/pidgin/gtkconv.c Mon May 07 21:59:53 2007 +0000 @@ -376,7 +376,7 @@ PurpleCmdStatus status; if (!g_ascii_strcasecmp(args[0], "version")) { - tmp = g_strdup_printf("me is using %s v%s.", PIDGIN_NAME, VERSION); + tmp = g_strdup_printf("me is using %s v%s.", "Pidgin", VERSION); markup = g_markup_escape_text(tmp, -1); status = purple_cmd_do_command(conv, tmp, markup, error);