KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
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
Hello all, and especially @jgrateron,
To continue with:
329
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
Is it possible to do the same on kse/src/org/kse/gui/actions/VerifyCertificateAction.java?
Is it possible to replace all:
by:
From line 110 to end...: https://github.com/kaikramer/keystore-explorer/blob/cd2fa1266721d66ba7c32faf827b9782b8248fc0/kse/src/org/kse/gui/actions/VerifyCertificateAction.java#L110
And update the resource on: https://github.com/kaikramer/keystore-explorer/blob/cd2fa1266721d66ba7c32faf827b9782b8248fc0/kse/src/org/kse/gui/actions/resources.properties#L683 by:
Regards, Th.