Skip to content

Commit

Permalink
Merge pull request dbeaver#36661 from dbeaver/CB-6088-fix-uppercases-…
Browse files Browse the repository at this point in the history
…in-localization

CB-6088 fix upper cases in localization; add localization
  • Loading branch information
devnaumov authored Dec 30, 2024
2 parents c2f0d94 + a0c456c commit f839c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/org.jkiss.dbeaver.ext.mysql/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
<property id="ssl.ca.cert.value" label="CA Certificate" type="file" description="Choose CA certificate file" features="secured" length="MULTILINE"/>
<property id="ssl.client.cert.value" label="Client Certificate" type="file" description="Choose client certificate file" features="secured" length="MULTILINE"/>
<property id="ssl.client.key.value" label="Client Private Key" type="file" description="Choose client private key file" features="secured,password" length="MULTILINE"/>
<property id="ssl.cipher.suites" label="Cipher suites (optional)" type="string" features="secured,password"/>
<property id="ssl.cipher.suites" label="Cipher Suites (optional)" description="Specify a comma-separated list of cipher suites" type="string" features="secured,password"/>
</propertyGroup>
<propertyGroup label="Additional SSL Settings">
<property id="ssl.require" label="Require SSL" type="boolean" description="Require server support of SSL connection."/>
Expand Down

0 comments on commit f839c98

Please sign in to comment.