Mercurial > pidgin.yaz
diff finch/finch.c @ 16944:9278933225eb
merge of '87f23e108affd467aea07671ede1fdd589b2cc32'
and 'b7e900fdd4234a05a5ce3210c5a3b5cef39d527a'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 08 May 2007 00:43:52 +0000 |
parents | 955db6f31006 |
children | dd768c576ab2 |
line wrap: on
line diff
--- a/finch/finch.c Tue May 08 00:28:22 2007 +0000 +++ b/finch/finch.c Tue May 08 00:43:52 2007 +0000 @@ -274,7 +274,7 @@ } /* show version message */ if (opt_version) { - printf("%s %s\n", _("Finch"), VERSION); + printf("%s v%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);