Tue, 08 May 2007 03:38:18 +0000
disapproval of revision 'b49452d70ba63f19c963ea5d1ff00cb7f8a73020'
| finch/finch.c | file | annotate | diff | comparison | revisions |
--- 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);