Update i18n

This commit is contained in:
Paul Schaub 2023-07-12 01:35:25 +02:00
parent 6a579bff03
commit d1c614344c
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
7 changed files with 35 additions and 1 deletions

View file

@ -14,7 +14,7 @@ import java.util.ArrayList;
import java.util.List;
@CommandLine.Command(name = "change-key-password",
resourceBundle = "msg_dearmor", // TODO
resourceBundle = "msg_change-key-password",
exitCodeOnInvalidInput = SOPGPException.UnsupportedOption.EXIT_CODE)
public class ChangeKeyPasswordCmd extends AbstractSopCmd {