mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-23 03:59:51 +00:00
changed wording and removed unnecessary method calls
This commit is contained in:
parent
53c7e031a3
commit
73c0af9749
@ -84,7 +84,7 @@ public class SupporterCertificateController implements FxController {
|
|||||||
|
|
||||||
@FXML
|
@FXML
|
||||||
void didClickRemoveCert() {
|
void didClickRemoveCert() {
|
||||||
removeCert.build().showRemoveCert((Stage)window.getScene().getWindow());
|
removeCert.build().showRemoveCert(window);
|
||||||
}
|
}
|
||||||
|
|
||||||
public LicenseHolder getLicenseHolder() {
|
public LicenseHolder getLicenseHolder() {
|
||||||
|
@ -343,7 +343,7 @@ preferences.contribute.sponsor=Sponsor
|
|||||||
### Remove License Key Dialog
|
### Remove License Key Dialog
|
||||||
removeCert.title=Remove Certificate
|
removeCert.title=Remove Certificate
|
||||||
removeCert.message=Remove supporter certificate?
|
removeCert.message=Remove supporter certificate?
|
||||||
removeCert.description=Even without a supporter certificate Cryptomator stays functional and neither restrict access to your vaults nor lowers its security.
|
removeCert.description=Cryptomator’s core features are not affected by this. Neither access to your vaults is restricted nor the level of security is lowered.
|
||||||
removeCert.confirmBtn=Remove
|
removeCert.confirmBtn=Remove
|
||||||
#<-- Add entries for donations and code/translation/documentation contribution -->
|
#<-- Add entries for donations and code/translation/documentation contribution -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user