Mercurial > pidgin.yaz
changeset 16942:dd768c576ab2
disapproval of revision 'e9933d653551beb8b5f477dcf2c6bd1f3d239c55'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 08 May 2007 03:38:18 +0000 |
parents | 955db6f31006 |
children | 2d2c2913548b |
files | finch/finch.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/finch/finch.c Mon May 07 23:14:29 2007 +0000 +++ b/finch/finch.c Tue May 08 03:38:18 2007 +0000 @@ -274,7 +274,7 @@ } /* show version message */ if (opt_version) { - printf("%s v%s.\n", "Finch", VERSION); + printf("%s %s\n", _("Finch"), VERSION); return 0; } @@ -303,7 +303,7 @@ char *text = g_strdup_printf(_( "%s encountered errors migrating your settings " "from %s to %s. Please investigate and complete the " - "migration by hand. Please report this error at http://developer.pidgin.im"), "Finch", + "migration by hand. Please report this error at http://developer.pidgin.im"), _("Finch"), old, purple_user_dir()); g_free(old);