Fix misleading error message when gpg key is expired (RhBug:672727)

This commit is contained in:
Jindrich Novy 2011-08-01 13:54:43 +02:00
parent c07efb9fec
commit c6d6543ec2
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ static int doSign(poptContext optCon)
rc += rpmPkgSign(arg, NULL, passPhrase);
}
} else {
fprintf(stderr, _("Pass phrase check failed\n"));
fprintf(stderr, _("Pass phrase check failed or gpg key expired\n"));
}
exit: