From cee22e34db762f87caa2f8f976cc86662f181e81 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 30 Oct 2025 11:09:44 +0100 Subject: [PATCH] adjust display text --- .../org/cryptomator/ui/eventview/EventListCellController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/cryptomator/ui/eventview/EventListCellController.java b/src/main/java/org/cryptomator/ui/eventview/EventListCellController.java index 70cad7093..4c195db10 100644 --- a/src/main/java/org/cryptomator/ui/eventview/EventListCellController.java +++ b/src/main/java/org/cryptomator/ui/eventview/EventListCellController.java @@ -141,7 +141,7 @@ public class EventListCellController implements FxController { addAction("Copy decrypted Path", () -> copyToClipboard(convertVaultPathToSystemPath(fse.cleartextPath()).toString())); addAction("Copy encrypted Path", () -> copyToClipboard(fse.ciphertextPath().toString())); } - addAction("Discard use status for 2minutes", fse.ignoreMethod()); + addAction("Ignore in use status ", fse.ignoreMethod()); }