mirror of
https://github.com/cryptomator/cryptomator.git
synced 2025-02-20 02:03:07 +00:00
code cleanup and optimized a description text
This commit is contained in:
parent
2f8df88ad5
commit
f55fbf0f64
@ -103,7 +103,6 @@ public class MountOptionsController implements FxController {
|
||||
&& Mounter.isProblematicFuseService(s) //
|
||||
&& !firstUsedProblematicFuseMountService.get().equals(s);
|
||||
});
|
||||
//this.loopbackPortSupported = BooleanExpression.booleanExpression(selectedMountService.map(s -> s.hasCapability(MountCapability.LOOPBACK_PORT) && vaultSettings.mountService.getValue() != null));
|
||||
|
||||
this.defaultMountFlags = selectedMountService.map(s -> {
|
||||
if (s.hasCapability(MountCapability.MOUNT_FLAGS)) {
|
||||
|
@ -143,7 +143,7 @@ unlock.error.customPath.description.couldNotBeCleaned=Your vault could not be mo
|
||||
unlock.error.customPath.description.notEmptyDir=The custom mount path "%s" is not an empty folder. Please choose an empty folder and try again.
|
||||
unlock.error.customPath.description.generic=You have selected a custom mount path for this vault, but using it failed with the message: %2$s
|
||||
unlock.error.fuseRestartRequired.message=Unable to unlock vault
|
||||
unlock.error.fuseRestartRequired.description=Change volume type in vault options or restart Cryptomator.
|
||||
unlock.error.fuseRestartRequired.description=Change the volume type in vault options or restart Cryptomator.
|
||||
unlock.error.title=Unlock "%s" failed
|
||||
## Hub
|
||||
hub.noKeychain.message=Unable to access device key
|
||||
|
Loading…
x
Reference in New Issue
Block a user