kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

GUI - Minor change request about title of verify windows (on VerifyCertificateAction.java) #333

Closed The-Lum closed 2 years ago

The-Lum commented 2 years ago

Hello all, and especially @jgrateron,

To continue with:

It is now OK on kse/gui/dialogs/DVerifyCertificate.java: Thanks a lot (especially in order to make resource translation better). 👍


Describe the solution you'd like

And update the resource on: https://github.com/kaikramer/keystore-explorer/blob/cd2fa1266721d66ba7c32faf827b9782b8248fc0/kse/src/org/kse/gui/actions/resources.properties#L683 by:

VerifyCertificateAction.Verify.Title                  = Verify {0}

Regards, Th.

jgrateron commented 2 years ago

Thanks, fixed. Send a PR.