Mercurial > pidgin
changeset 16928:bd0b946e6309
Don't translate Pidgin in /version, as Sadrul mentioned in #751.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 07 May 2007 21:59:53 +0000 |
parents | 43abb4942a6d |
children | 955db6f31006 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);