mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Fix SSH Agent broken decrypt button (#10638)
* SSH Agent: Fix broken decrypt button (Fixes #10637) --------- Co-authored-by: Jonathan White <support@dmapps.us>
This commit is contained in:
parent
1fd8923746
commit
8cd45f57b7
4 changed files with 17 additions and 19 deletions
|
@ -2556,10 +2556,6 @@ Disable safe saves and try again?</source>
|
|||
<source>n/a</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(encrypted)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Select private key</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -2669,6 +2665,10 @@ Would you like to correct it?</source>
|
|||
<numerusform></numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Failed to decrypt SSH key, ensure password is correct.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditEntryWidgetAdvanced</name>
|
||||
|
@ -6204,6 +6204,10 @@ We recommend you use the AppImage available on our downloads page.</source>
|
|||
<source>Unexpected EOF when writing private key</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(encrypted)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>OpenSSHKeyGenDialog</name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue