From df31b214f58db5a45b580f480453d343684183e7 Mon Sep 17 00:00:00 2001 From: Jan-Peter Klein Date: Tue, 11 Jul 2023 15:23:50 +0200 Subject: [PATCH] changed button wording from "Not now" to "Ask Me Later" --- src/main/resources/i18n/strings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/i18n/strings.properties b/src/main/resources/i18n/strings.properties index 886c0d73e..340b56d42 100644 --- a/src/main/resources/i18n/strings.properties +++ b/src/main/resources/i18n/strings.properties @@ -497,6 +497,6 @@ quit.forced.forceAndQuitBtn=Force and Quit updateReminder.windowTitle=Update Check Reminder updateReminder.title=Check for Updates? updateReminder.message=Cryptomator can automatically check for updates. This is useful to get notified about new features and security updates. You can change this later in the preferences. -updateReminder.notNow=Not now +updateReminder.notNow=Ask Me Later updateReminder.yesOnce=Check Now Once updateReminder.yesAutomatically=Enable Update Checker \ No newline at end of file